fix the test

This commit is contained in:
Alexander Kuzmenkov 2021-06-03 13:01:44 +03:00
parent c07d5153a3
commit a02f3a895a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- { echo }
-- Another test for window functions because the other one is too long.
set allow_experimental_window_functions = 1;
-- expressions in window frame
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);
3

View File

@ -1,5 +1,6 @@
-- { echo }
-- Another test for window functions because the other one is too long.
set allow_experimental_window_functions = 1;
-- expressions in window frame
select count() over (rows between 1 + 1 preceding and 1 + 1 following) from numbers(10);