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 |
Page |
Description |
|---|---|---|
Execute SQL |
Execute a SQL and return the query ID of this execution. |
|
Check SQL completion |
Read the status and result ID of the SQL executed by the current identity ( |
|
Cancel execution |
Stops SQL queries that are still running for the current identity. |
|
Read successful query rows |
View the data returned by your successful SQL execution. |
|
Save query results as CSV |
Download a CSV file of SQL query results that were successfully executed by the current identity. |
Last updated on