ClickHouse/tests/queries/0_stateless/01932_global_in_function.sql
2021-07-21 14:16:05 +03: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);