Hacker News new | ask | show | jobs
by adulion 969 days ago
does chdb have support for recursive CTES?

It and the ability to do `from 'https://example.com/.csv` is why i love duckdb

1 comments

ClickHouse 10 years before DuckDB existed:

SELECT * FROM url('https://example.com/*.csv')

not as simple as from 'a.csv' and 10 years without recursive CTES?