Tutorial: Receiving and Interpreting SQL Result History

Goal

Review prior result sets, understand their context, and export data.

Steps

  1. Upon executing a SQL query, the query results are automatically presented. For past SQL queries, open the Query History view to see stored SQL result sets.
  2. Select an entry to reopen the query result status.
  3. Select the Results tab within the SQL result window to see the table contents from the SQL query.
  4. Use built‑in sorting and filtering in the results table to analyze data. This can be done using typed searches, or clicking the filter toggle options next to the download button.
  5. Click the Download as CSV option to export the result set for sharing or additional analysis.