mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fixup
This commit is contained in:
parent
0730e685b0
commit
b190e499ee
@ -1,4 +1,5 @@
|
||||
-- { echo }
|
||||
|
||||
-- just something basic
|
||||
select number, count() over (partition by intDiv(number, 3) order by number rows unbounded preceding) from numbers(10);
|
||||
0 1
|
||||
|
Loading…
Reference in New Issue
Block a user