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

MySQL-Abfrage mit Random und Desc

Versuchen Sie es mit

SELECT *
FROM YourTable
ORDER BY wt DESC, RAND()