oracle 关联表更新操作
?
update mds_jg_info aset video='是'where exists(select * from mds_jg_video b where a.pkid=b.dwid)
发布时间: 2012-11-09 10:18:48 作者: rapoo
oracle 关联表更新操作
?
update mds_jg_info aset video='是'where exists(select * from mds_jg_video b where a.pkid=b.dwid)