4 ms·
DuckDB has this feature: duckdb> select 1,2,; returns 1 and 2 https://shell.duckdb.org https://shell.duckdb.org
by r90t 2y ago
DuckDB has this feature:
duckdb> select 1,2,;
returns 1 and 2
https://shell.duckdb.org https://shell.duckdb.org
- oispakaljaa 2y agoAs mentioned in TFA.
- r90t 2y agoindeed