--从table_name中随机取n行 select top n * from table_name order by NEWID() 转载于:https://www.cnblogs.com/wanghonghu/p/4148752.html