日期:2014-05-18 浏览次数:20427 次
select a.* from `user` as a where (select count(1) from `user` where name >= a.name and id=a.id) <=2 order by rand();