Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
Description
SELECT <win_func>() over (); |
This crashes. Since there is no table, we can't attach the window function computation step to it.
There is a separate code path however for sum functions when we have such a select. We should handle window functions similarly in that case.