ClickHouse/tests/queries/0_stateless/01568_window_functions_distributed.sql
Alexander Kuzmenkov 4497b00ff5 the test
2021-04-06 14:57:32 +03:00

5 lines
159 B
SQL

-- { echo }
set allow_experimental_window_functions = 1;
select row_number() over (order by dummy) from (select * from remote('127.0.0.{1,2}', system, one));