ClickHouse/tests/queries/0_stateless/01932_global_in_function.sql

5 lines
249 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: global
2021-07-11 06:09:52 +00:00
select number from cluster(test_cluster_two_shards_localhost, numbers(1)) where number global in tuple(0, 1, 2, 3);
select number from cluster(test_cluster_two_shards_localhost, numbers(1)) where number global in array(0, 1, 2, 3);