Translations:Tutorial/38/en: Difference between revisions

From Resistance in Belgium
(Importing a new version from external source)
 
(No difference)

Latest revision as of 14:49, 1 April 2025

Message definition (Tutorial)
To sort results by a specific column, use the <code><b>ORDER BY</b></code> clause.  
By default, the sorting is ascending (<code><b>ASC</b></code>), but you can also specify descending order using <code><b>DESC</b></code>.

To sort results by a specific column, use the ORDER BY clause. By default, the sorting is ascending (ASC), but you can also specify descending order using DESC.