mysql> select word from words order by rand() limit 3;
扫描行数2003,自己看扫描行数
三种rand方法
MySQL随机查询优化
mysql> select word from words order by rand() limit 3;
扫描行数2003,自己看扫描行数
三种rand方法
617
351
780

被折叠的 条评论
为什么被折叠?