Features & workflows
Exporting query results
Send a result set — or just the part you selected — to CSV, TSV, JSON, NDJSON or SQL.
Any result grid can be exported. Use the export button in the results toolbar to write the whole set, or select rows and columns first and export only that selection.
Formats
- CSV and TSV — for spreadsheets and anything that reads delimited text.
- JSON and NDJSON — for scripts and data pipelines.
- SQL — insert statements you can replay elsewhere.
Very large results
Exports stream to disk rather than being assembled in memory, so a large result set writes without stalling the app. The text preview in the results panel is capped and tells you when you are seeing only the first rows — the export itself is not capped.