Docs
Docs /Welcome
Docs

Querylab.io documentation

A SQL IDE for BigQuery that shows the cost of a query while you write it. Start with connecting a project, then read the SQL Editor section, which is where most of the product lives.

Query 1
1234
-- the Console shows bytes; we show dollars
SELECT *
FROM `ace-analytics.warehouse.events`
WHERE event_date BETWEEN '2019-01-01' AND '2024-12-31'
80 TB | ~$500· Dev mode: $0.05 (0.01% sample) · Save ~30% with reservations

Start here

  • Connecting to BigQuery — sign in with Google or reuse local gcloud credentials; queries go from your device to BigQuery, never through Querylab.io.
  • The Playground — the whole IDE on a sample project, no account, 1 GB per query.
  • Keyboard shortcuts — the ones worth learning on day one.

The editor

Around the editor