mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
the test
This commit is contained in:
parent
06e7a9f8f2
commit
4497b00ff5
@ -0,0 +1,5 @@
|
||||
-- { 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
|
@ -0,0 +1,4 @@
|
||||
-- { 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));
|
Loading…
Reference in New Issue
Block a user