release-22.2: Refactor commits from sql: implement DESCENDING order PKs for row-level TTL to avoid merge conflicts - no functional changes #102701 ...
You can sort query results in ascending or descending order on one or more of the columns in the result set by using the **ASC** or **DESC** keywords with the **ORDER BY** clause. > The sort order is ...