sql随机查看数据

sql随机查看数据

select * from exam_question order by rand() limit 1;
select * from exam_question order by rand() limit 10;