MDEV-10879: Window Functions final ordering of result set
Window functions now force an ordering to the result set if none is specified through order by. The ordering that will be returned is the final ordering that is used during window function computation. For multiple window functions, it should generally be the most specific sort ordering for the final window function in the select list.
Showing
Please register or sign in to comment