sql server 取随机行时间:2023-03-09 03:16:40 --从table_name中随机取n行 select top n * from table_name order by NEWID()