What is the best way to execute an INSERT INTO X WHERE Y = SELECT FROM....
The thing is, i receive hundreds of queries in a JSON, i take it as a string, and i execute them as they come (don't worry, its a trusted source :P )
Anyway, is there a way to execute this (THREADSAFE) with the library?