SQL 随机选取10条数据

select top 10 * from tabName order by newid()
原文地址:https://www.cnblogs.com/Denny_Yang/p/2003666.html