Skip to content
Advertisement

I am trying to provide a ranking based on a previous partition

I am trying to change the ranking column where instead of ordering by RMSE ASC I want to order by RMSESum ASC (which was a previous partition by)….when I do this I get an error that “ordered analytic functions cannot be nested” any idea around this?

Advertisement

Answer

You should use the sub-query as follows:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement