Shaping the Roster: SQL's Core Clauses, the DuckDB Way
Who scored highest? Which team came out ahead? How many games did each duck play? We've got a database full of ducks — let's learn the SQL to ask.
Interactive SQL + DuckDB tutorials and dev notes.
Who scored highest? Which team came out ahead? How many games did each duck play? We've got a database full of ducks — let's learn the SQL to ask.
How does each duck stack up against its team, its rivals, and its own past? Let's learn window functions to answer them — without collapsing a single row.
Meet the new interactive SQL blog that turns every code block into a runnable DuckDB query.
One DuckDB serves, another attaches over HTTP, and a single statement plans across both. The end of one-writer-at-a-time.