oracle update

 update a set a.col1 = (select b.col1  from b  where b.col2 = a.col2)  where exists  (select * from b where a.col2 = b.col2) /**oracle與sqlserver更新update的用法有不同,oracle是怎麼處理的呢 update a set a.col1=100    
相關文章
相關標籤/搜索