mysql如何随机取出几条记录

 

SELECT * FROM tablename where 1=1 ORDER BY rand() LIMIT 10;