Hacker News new | ask | show | jobs
by fnord77 1692 days ago
this looks so cool. is there pre-loaded a demo page loaded with tables so people can try out queries right away?
1 comments

If you head over to the shell demo, you can run a query like the one below!

https://shell.duckdb.org/

select * from 'https://shell.duckdb.org/data/tpch/0_01/parquet/orders.parqu...' limit 10;