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

2 lines
99 B
MySQL
Raw Normal View History

2014-03-28 19:59:23 +00:00
SELECT sum(s) FROM (SELECT y AS s FROM remote('127.0.0.{1,2}', test, big_array) ARRAY JOIN x AS y)