Docs

Export results

Export results as CSV.

How export works

Export downloads the results of your SQL without showing every row on screen.

Export always uses the SQL currently in the editor. There is no full-table export shortcut.

DuckDB SQLsql
SELECT * FROM customers WHERE status = 'active';

Plan caps

Your plan controls export caps. Preview rows are separate from export limits.

  • Free export cap: 1,000 rows.
  • Pro export cap: 500,000 rows.

Warning

Large exports may be slow. Consider adding LIMIT or exporting in smaller chunks.