sql server中随机排序 select * from KSTM order by NEWID() 可用于考试系统随机抽题,如随机抽取10题 select top 10 * from KSTM order by NEWID()