目录方法一:使用`ORDER BY RAND()`和`LIMIT`方法二:使用子查询和`LIMIT`方法三:使用子查询和`RAND()`函数要在mysql中进行高效的随机查询并获取10条数据,可以使用以下方法:
I have table with this structure ID PK and two colum开发者_运维知识库ns with FK for example ActivityID and ContactID.