Skip to main content

CSV Query

Run SQL queries on CSV files

Drop your file here or click to upload

Supports CSV, TSV, TXT files up to 100MB

How to Use

  1. Upload your CSV file(s)
  2. Write your SQL query
  3. Run and view results
  4. Download query results

Features

  • SELECT columns
  • WHERE conditions
  • ORDER BY, GROUP BY
  • Aggregate functions
  • JOIN multiple CSVs

Use Cases

  • Analyze CSV data with SQL
  • Filter and aggregate data
  • Join multiple datasets

Frequently Asked Questions

Is CSV Query free to use?

Yes, completely free with no limits. No signup or download required.

Is my data private when using CSV Query?

Absolutely. All processing happens in your browser. Your data never leaves your device.

What SQL syntax is supported?

SELECT, WHERE, ORDER BY, GROUP BY, and aggregate functions like COUNT, SUM, AVG, MIN, MAX are supported.