ClickHouse/tests/queries/0_stateless/01932_global_in_function.sql
2021-07-11 14:21:57 +08:00

3 lines
232 B
SQL

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);