Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently we support
select rank() as rnk over (...) from ..
whereas sql standard dictates
select rank() over (...) as rnk from ..
is standard