Select random row(s) in SQLite

后端 未结 5 911
感动是毒
感动是毒 2020-11-27 03:29

In MySQL, you can select X random rows with the following statement:

SELECT * FROM table ORDER BY RAND() LIMIT X

This does not, however, wo

5条回答
提交回复
热议问题