ClickHouse/dbms/tests/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql
2018-01-29 14:40:28 +03:00

2 lines
100 B
SQL

SELECT count() FROM remote('127.0.0.{2,3}', system, one) WHERE arrayExists((x) -> x = 1, [1, 2, 3])