Tutorial: Receiving and Interpreting SQL Result History
Goal
Review prior result sets, understand their context, and export data.
Steps
- 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.
- Select an entry to reopen the query result status.
- Select the Results tab within the SQL result window to see the table contents from the SQL query.
- 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.
- Click the Download as CSV option to export the result set for sharing or additional analysis.