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

2 lines
100 B
MySQL
Raw Normal View History

2017-01-25 13:21:35 +00:00
SELECT count() FROM remote('127.0.0.{1,2}', system, one) WHERE arrayExists((x) -> x = 1, [1, 2, 3])