摘要: ```sql update CDINFO.Dept_Dict tab1 set PART_FLAG = (select PART_FLAG from DICT.DEPARTMENT_DICT@zyhis4 tab2 where tab1.dept_code = tab2.dept_code) where exists (select 1 from DICT.DEPARTMENT_DICT@zyhi 阅读全文
posted @ 2020-01-08 14:37 剑小新 阅读(754) 评论(0) 推荐(0)