Export query results
1
Run the final SQL
Run the SQL you intend to export and confirm its result. Export reruns the last executed
SQL, including a selection-only run; unsaved edits after that run do not replace it.
2
Start the export
In the results toolbar, select Export.
3
Save the file
DataX prepares a CSV download. Large results can be split into more than one download URL and
can use gzip compression.
Copy or download loaded rows
The table’s Copy / export menu offers Copy as CSV, Copy as TSV, Copy as JSON, and Download CSV. These actions use rows already loaded in the result and the visible columns in their current order. They do not rerun SQL or fetch the complete warehouse result. The table’s search does not narrow these copied rows. Check the row count and visible columns before sharing a file. Use Export when you need the complete result of the last executed query.Resolve a query error
The Results panel shows the returned error and the SQL location when DataX can identify it.- Read the complete error instead of relying on the notification alone.
- Check entity and column names against the schema explorer.
- Confirm commas, aliases, quotes, and parentheses near the reported line.
- Format the SQL to expose structural mistakes.
- Run the smallest failing statement or selection.
- Reintroduce joins, filters, and calculations one at a time.
Common problems
An entity is missing from autocomplete
- Confirm that you are in the correct workspace.
- Search the Catalog without filters.
- Check whether the entity is disabled or still a draft.
- Ask an administrator to verify your entity access.