SELECT * FROM tabla ORDER BY campo1, campo2, campoN DESC (o ASC); // DESC --> Descendente // ASC --> Ascendente