mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add forgotten tests
This commit is contained in:
parent
23e66243e7
commit
c07d5153a3
15
tests/queries/0_stateless/01571_window_functions.reference
Normal file
15
tests/queries/0_stateless/01571_window_functions.reference
Normal 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
|
5
tests/queries/0_stateless/01571_window_functions.sql
Normal file
5
tests/queries/0_stateless/01571_window_functions.sql
Normal 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);
|
Loading…
Reference in New Issue
Block a user