ClickHouse/dbms/tests/queries/1_stateful/00016_any_if_distributed_cond_always_false.sql

2 lines
89 B
MySQL
Raw Normal View History

SELECT anyIf(SearchPhrase, CounterID = -1) FROM remote('127.0.0.{1,2}:9000', test, hits)