sql怎么随机取50条数据?-灵析社区

英勇投弹手

select * from table order by rand() limit 50;

阅读量:1

点赞量:0

问AI