ClickHouse/tests/queries/0_stateless/00220_shard_with_totals_in_subquery_remote_and_limit.sql

2 lines
94 B
MySQL
Raw Normal View History

2018-01-29 10:01:18 +00:00
SELECT x FROM (SELECT count() AS x FROM remote('127.0.0.2', system.one) WITH TOTALS) LIMIT 1;