How to fetch several records randomly in mysql

How to fetch several records randomly in mysql

 

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

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326944042&siteId=291194637