欢迎来到福编程网,本站提供各种互联网专业知识!
您的位置:网站首页 > 数据库 > MsSql

sql 取代游标的写法示例

发布时间:2014-07-24 作者:投稿whsnow 来源:转载
本节主要介绍了sql取代游标该如何写,需要的朋友可以参考下
Update Tb_Garden1 G Set Steward = (
Select Id From Zyq.Tb_User U Where Replace(U.Name, '区') = G.Name And Rownum =1)
where exists (select 1 from zyq.tb_user u where Replace(U.Name, '区') = G.Name And rownum = 1) 

相关推荐