ClickHouse/dbms/tests/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql

2 lines
100 B
SQL

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