Sql 无指定条件,防并发update

update top(1) TableA set a=1,b=@b,@c=c  
where a=0
原文地址:https://www.cnblogs.com/ghelement/p/7119463.html