SQL to CSV Converter
Paste your SQL data below and convert it to CSV format:
How to use:
- Paste your SQL data in the top box (INSERT statements or table data)
- Click "Convert to CSV"
- Copy the CSV output or click "Download CSV"
Supported SQL Formats:
- INSERT statements:
INSERT INTO table VALUES (1, 'John', 'Doe');
- Table data:
1, 'John', 'Doe'
- Column headers will be automatically detected or generated as col1, col2, etc.
0 Comments