先取随机数,然后定位:
如:随机xxx,主键ID
select top 1 * from table id in(select top xxx * from table order by id asc) order by desc