Sql Server 随机取一条数据

select top 1 * from table1 where 1=1 ORDER BY NEWID()

原文地址:https://www.cnblogs.com/v-dai/p/14949120.html