1.查询随机数据可以用newid()方法
eg: select top 80 * from T_test where 1=1 order by newid()👈这是随机查询前80的数据
2.小括号影响sql中的优先级,默认and的优先级比or高