name: duckdb description: Use duckdb to run arbitrary SQL
You have access to the duckdb CLI. Before running any duckdb command.
- Run
duckdb --helpto learn about it. - Check https://blobs.duckdb.org/docs/duckdb-docs.md.
- Write a
.sqlfile with your query. - Run and iterate!