ClickHouse/tests/queries/0_stateless/01568_window_functions_distributed.reference

6 lines
162 B
Plaintext
Raw Normal View History

2021-04-06 11:57:32 +00:00
-- { 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));
1
2