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!
使用duckdb运行任意SQL
You have access to the duckdb CLI. Before running any duckdb command.
duckdb --help to learn about it..sql file with your query.