ClickHouse/dbms/tests/queries/0_stateless/00029_big_non_agg_aj_distributed.sql

3 lines
127 B
MySQL
Raw Normal View History

SELECT sum(s) FROM (SELECT y AS s FROM remote('127.0.0.{1,2}', test, big_array) ARRAY JOIN x AS y);
DROP TABLE test.big_array;