ClickHouse/tests/queries/1_stateful/00147_global_in_aggregate_function.sql

3 lines
227 B
MySQL
Raw Normal View History

SELECT sum(UserID GLOBAL IN (SELECT UserID FROM remote('127.0.0.{1,2}', test.hits))) FROM remote('127.0.0.{1,2}', test.hits);
SELECT sum(UserID GLOBAL IN (SELECT UserID FROM test.hits)) FROM remote('127.0.0.{1,2}', test.hits);