Hacker News new | ask | show | jobs
by r90t 487 days ago
DuckDB has this feature:

duckdb> select 1,2,;

returns 1 and 2

https://shell.duckdb.org

1 comments

As mentioned in TFA.
indeed