SQL execution¶
Execute SQL and inspect, cancel, or download execution results. Retain the execution identifier from the submit response to query its status or result.
Choose a task¶
Task |
Description |
|---|---|
Execute a SQL and return the query ID of this execution. |
|
Read the status and result ID of the SQL executed by the current identity ( |
|
Stops SQL queries that are still running for the current identity. |
|
View the data returned by your successful SQL execution. |
|
Download a CSV file of SQL query results that were successfully executed by the current identity. |
Last updated on