Open
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I just tried DuckDB for the first time and I liked this syntax:
CREATE VIEW nation AS SELECT * FROM read_parquet('/mnt/bigdata/tpch/sf10-parquet-float//nation/*.parquet')
This is much easier than CREATE EXTERNAL TABLE
.
Describe the solution you'd like
Steal this idea
Describe alternatives you've considered
None
Additional context
None