duckdb-web
duckdb-web copied to clipboard
[duckdb/#12317] - Combining LIST_CONCAT and CONCAT binding needs documentation
See https://github.com/duckdb/duckdb/issues/12317
https://duckdb.org/docs/sql/functions/char#string--string
This should mention the differences in NULL behavior between concat and ||
I think just listing concat as an alias is incorrect
Fixed by https://github.com/duckdb/duckdb-web/pull/4011