mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
3 lines
85 B
SQL
3 lines
85 B
SQL
SELECT sumMap(['a', 'b'], [1, NULL]);
|
|
SELECT sumMap(['a', 'b'], [1, toNullable(0)]);
|