Window function ORDER BY
should be optional when frame specification doesn't require it
#4141
Labels
bug
Something isn't working
According to the documentation:
Thus it should be allowed to write a window function like:
MySQL also accepts this, but Dolt raises an error:
[HY000][1105] a range's order by must be one expression; found: 0
.The text was updated successfully, but these errors were encountered: