Description
Support to reference aggregate functions within the over clause needs to be added. For instance, currently the following query will fail:
select rank() over (order by sum(ws.c_int)) as return_rank from cbo_t3 ws group by ws.key;
Support to reference aggregate functions within the over clause needs to be added. For instance, currently the following query will fail:
select rank() over (order by sum(ws.c_int)) as return_rank from cbo_t3 ws group by ws.key;