梦相随1006

版权归 梦相随1006 所有,未经 https://www.cnblogs.com/xin1006 作者许可,严禁转载

导航

2020年8月22日 #

数据--innercode--的处理

摘要: -- 处理总行,机构级别是0的merge into BASE_ORG t1using BASE_ORG t2on (t1.org_id = t2.org_id and t1.org_level = '0' )when matched then Update set t1.inner_code = L 阅读全文

posted @ 2020-08-22 20:09 梦相随1006 阅读(224) 评论(0) 推荐(0) 编辑