mysql 随机排序

SELECT * FROM test ORDER BY RAND()

SELECT UUID(); #类似于sqlServer中的newId(),但不能用于排序

原文地址:https://www.cnblogs.com/gesenkof99/p/1501581.html