mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix the test
This commit is contained in:
parent
c07d5153a3
commit
a02f3a895a
@ -1,6 +1,6 @@
|
|||||||
-- { echo }
|
-- { echo }
|
||||||
-- Another test for window functions because the other one is too long.
|
-- Another test for window functions because the other one is too long.
|
||||||
|
set allow_experimental_window_functions = 1;
|
||||||
-- expressions in window frame
|
-- expressions in window frame
|
||||||
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);
|
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);
|
||||||
3
|
3
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
-- { echo }
|
-- { echo }
|
||||||
-- Another test for window functions because the other one is too long.
|
-- Another test for window functions because the other one is too long.
|
||||||
|
set allow_experimental_window_functions = 1;
|
||||||
|
|
||||||
-- expressions in window frame
|
-- expressions in window frame
|
||||||
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);
|
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);
|
||||||
|
Loading…
Reference in New Issue
Block a user