Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Pending Closed
-
None
Description
Support the following windowing function x preceding and y preceding and x following and y following.
e.g.
select sum(value) over (partition by key order by value rows between 2 preceding and 1 preceding) from tbl1; select sum(value) over (partition by key order by value rows between unbounded preceding and 1 preceding) from tbl1;
Attachments
Attachments
Issue Links
- links to