Cita:
Empezado por enecumene
pensé que estabamos hablando de SQL Server o de Mysql
|
Pues de SQL Server no sé, pero en MySQL es igual, la opción por defecto es ordenar ascendentemente
Cita:
|
Empezado por manual de MySQL
To sort in reverse order, add the DESC (descending) keyword to the name of the column in the ORDER BY clause that you are sorting by. The default is ascending order; this can be specified explicitly using the ASC keyword.
|
Bye