--从table_name中随机取n行
select top n * from table_name order by NEWID()

 

相关文章: