很基础的一个查寻,rand() 结合 limit
select id fromtableorder by rand() limit 100
select id from
order by rand() limit 100