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

2 lines
100 B
MySQL
Raw Normal View History

2018-01-29 10:01:18 +00:00
SELECT count() FROM remote('127.0.0.{2,3}', system, one) WHERE arrayExists((x) -> x = 1, [1, 2, 3])