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

2 lines
100 B
MySQL
Raw Normal View History

2014-03-23 20:40:55 +00:00
SELECT count() FROM remote('127.0.0.{1,2}', system, one) WHERE arrayExists((x) -> x = 1, [1, 2, 3])