ClickHouse/dbms/tests/queries/0_stateless/00029_big_non_agg_aj_distributed.sql
2017-01-13 18:43:43 +00:00

3 lines
137 B
SQL

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