ClickHouse/tests/queries/0_stateless/01634_summap_nullable.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
85 B
MySQL
Raw Normal View History

2021-12-16 00:13:08 +00:00
SELECT sumMap(['a', 'b'], [1, NULL]);
SELECT sumMap(['a', 'b'], [1, toNullable(0)]);