mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
-- { 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
|