Does this tool execute SQL queries?
No. It parses SQL text (INSERT statements and pasted query results) locally in your browser. No database connection is made.
Convert SQL INSERT statements and query results into properly formatted CSV files.
SQL to CSV conversion extracts tabular data from SQL statements and reformats it as comma-separated values. This is useful when you need to import database data into spreadsheets, data analysis tools, or other systems that accept CSV input.
No. It parses SQL text (INSERT statements and pasted query results) locally in your browser. No database connection is made.
INSERT INTO statements, MySQL-style result tables, PostgreSQL psql output, and generic CSV/TSV/pipe-delimited result rows.
Yes. Choose from comma, semicolon, tab, or pipe delimiters in the options panel.
You can represent NULLs as empty strings, the literal text "NULL", or omit the field entirely.
All processing happens in your browser. No SQL or CSV data is sent to any server.