Replies: 1 comment 1 reply
-
I'm not sure what you mean by splitting multiple statements into a single one. There's the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Duckdb have a tool that can split multiple SQL statements into a single SQL statement, or can split execution be specified to obtain the execution results of each SQL statement as needed.
Similar scenes:
Use navicat to execute multiple statements at once, split them and execute them sequentially. If the data is too large, support pagination to retrieve the data is also required
Beta Was this translation helpful? Give feedback.
All reactions