主要就是一个函数 rand()



select id,title from article where id < 50 order by rand() limit 5;