gds通用软件开发系统

导航

2010年7月22日 #

sql中while遍历更新字段数据

摘要: while exists(select 1 from xlhhis..emrzy_doclist where docbill is null)beginupdate xlhhis..emrzy_doclist set docbill=[dbo].[fun_emr_docbill]('') where objid=(select top 1 objid from xlhhis..emrzy_docl... 阅读全文

posted @ 2010-07-22 08:49 gds通用软件开发系统 阅读(301) 评论(0) 推荐(0) 编辑