Comments - ORDER BY clause ignored in subquery

1 year ago Michael Widenius

One way to force the ORDER BY is to add a LIMIT to the sub query. With LIMIT the server is forced to do the ORDER BY as it has to discard possible rows from the end.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.