从数据库中随机的取出n条数据

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

select top n * from table order by NewId()
因为newid()会产生一个guid()