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 SQL

Execute a SQL and return the query ID of this execution.

Check SQL completion

View execution status

Read the status and result ID of the SQL executed by the current identity (statement_id).

Cancel execution

Cancel execution

Stops SQL queries that are still running for the current identity.

Read successful query rows

View execution result

View the data returned by your successful SQL execution.

Save query results as CSV

Download execution result

Download a CSV file of SQL query results that were successfully executed by the current identity.

Last updated on