4
Dynamic SQL enables you to build SQL statements dynamically at runtime. It can be generated within an application or from the system tables and then executed against the database to manipulate the data. You can create more general purpose, flexible applications by using dynamic SQL since the full text of a SQL statement may be unknown at the time of compilation.
4
8
In Drizzle you can use the EXECUTE command along with :doc:'user defined variables <variables>'
15
19
generated and no data will be returned by the execution of the statement.
17
21
If you want to launch the query in a separate session, you can do that with
24
26
The query will run in a new session and will execute as the user that
25
27
launched it. It can be killed via KILL and the system limit on total number