Query CSV via SQL
Run SQL SELECT queries against your CSV in the browser and export the result.
100% Secure - your files are processed in your browser and never sent to a server.
Drop your file hereor click to browseSupports CSV, TSV, XLS, XLSX, JSON, XML, YAML, SQL, KML, GeoJSON (Max 100MB)
How to query CSV with SQL
- Load your CSV data: Pick a file from your computer or paste text into the upload box.
- Check your columns: The schema panel on the right shows the fields you can use in your queries.
- Write your SQL: Use standard SELECT syntax. The table name is
CSV_DATA(e.g.,SELECT * FROM CSV_DATA WHERE age > 21). - Pick your output format: Choose CSV, JSON, or Excel for the query results.
- Run the query: Click "Execute Query", then copy or download the results.