Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Mehrere Felder in MySQL sortieren

SELECT * FROM yourtable
ORDER BY `DATE` DESC, `IMPORTANCE` DESC