ClickHouse/dbms/tests/queries/0_stateless/00123_unmerged_result_when_max_distributed_connections_is_one.sql

3 lines
109 B
MySQL
Raw Normal View History

SET max_distributed_connections = 1;
2017-01-13 18:43:43 +00:00
SELECT count() + 1 FROM remote('localhost,127.0.0.{1,2}', system, one);