TSV SQL Query Tool
Execute SQL queries on TSV files using DuckDB. Upload your file and start querying your data with full SQL support.
Load TSV File
Upload a TSV file to start querying with SQL, or try with sample data
Click anywhere to select a fileor drag and drop a file here
Accepts TSV file
Powerful SQL Querying
DuckDB Powered
Uses DuckDB WASM for fast, in-browser SQL processing with full analytics capabilities.
SQL Editor
Syntax-highlighted SQL editor with autocompletion and error detection.
Instant Execution
Execute queries instantly in your browser without server roundtrips.
Export Results
Download query results as CSV files for further analysis.
Example SQL Queries
Click any query below to copy it to the SQL editor
Basic Selection
Count Records
Column Summary
Aggregation
How to query TSV with SQL online
- Upload your TSV file using the file upload area above
- Your data will be automatically loaded into a table called "data"
- Write SQL queries in the editor to explore and analyze your data
- Click "Execute Query" to run your SQL and see results
- Use the download button to export query results as CSV
- Try different queries to filter, sort, aggregate, and transform your data
Powered by DuckDB: Our SQL engine supports advanced analytics functions, window functions, and most PostgreSQL-compatible SQL syntax. Perfect for data analysis and exploration.
Common SQL queries for TSV data:
sql
sql
sql
sql
sql
sql
Table name: Your data is automatically loaded into a table called data
File formats supported: CSV, TSV, JSON, and Parquet files
No installation required: Everything runs directly in your browser using WebAssembly