add forgotten tests

This commit is contained in:
Alexander Kuzmenkov 2021-06-03 01:13:46 +03:00
parent 23e66243e7
commit c07d5153a3
2 changed files with 20 additions and 0 deletions

View File

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

View File

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