mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add mapValues test
This commit is contained in:
parent
41fe290b2b
commit
9e3b4a67de
@ -14,3 +14,6 @@
|
||||
[232]
|
||||
[233]
|
||||
[234]
|
||||
[1000]
|
||||
[1001]
|
||||
[1002]
|
||||
|
@ -18,4 +18,5 @@ select mapContains(a, b), mapContains(a, c), mapContains(a, 233) from table_map;
|
||||
select mapContains(a, 'aaa') from table_map; -- { serverError 43 }
|
||||
select mapContains(b, 'aaa') from table_map; -- { serverError 43 }
|
||||
select mapKeys(a) from table_map;
|
||||
select mapValues(a) from table_map;
|
||||
drop table if exists table_map;
|
||||
|
Loading…
Reference in New Issue
Block a user