oceanbase/sql-lifecycle-management

[Bug]: parse `over` with window function

Ifffff opened this issue · 0 comments

Ifffff commented

Describe the bug

select sum(id) over( partition by gmt_create order by gmt_create  rows between 1 preceding and 0 preceding) from `dasbi_alarm_object` order by id asc
 limit 10