SQL随机排序

select * from dbo.t_TiKu order by newid()
说明:order by newid() 是随机排序的关键
原文地址:https://www.cnblogs.com/romanticcrystal/p/13381008.html