ClickHouse/tests/queries/0_stateless/01932_global_in_function.sql
2021-09-12 17:15:28 +03:00

5 lines
249 B
SQL

-- Tags: global
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);