Query Parquet with SQL

Run SQL queries against Parquet, CSV, JSON, NDJSON, and Excel files directly in your browser using DuckDB-WASM. Load several files and JOIN across them, or start from the one-click sample dataset — nothing leaves the page.

Run SQL on Parquet — right in the browser

This page embeds DuckDB compiled to WebAssembly: a real analytical SQL engine running on your machine. Load files and query them by name — no import step, no server, no signup. Your data never leaves the browser.

What it supports

The auto-limit guard

Single-statement SELECTs without their own LIMIT are wrapped in LIMIT 10000 by default so a stray SELECT * cannot freeze the tab — toggle it off for full output. Explicit-LIMIT queries, multi-statement scripts, and DDL run untouched.