greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Multiple SQL statements in one http API call

Open sunng87 opened this issue 3 years ago • 0 comments

In dashboard code editor, we allow user to select multiple lines of sql to execute. This requires HTTP API call to accept multiple statements and return multiple result sets. MySQL and PostgreSQL simple query mode also allows this behaviour so it's better to implement in SQL handler level.

sunng87 avatar Nov 11 '22 10:11 sunng87