mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
5 lines
159 B
SQL
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));
|