從其他DB取得資料並更新到目的TABLE
update tableA --target table set( tid, tname )= ( select TB.prodId, TB.ProdName --source data from tableB TB where TB.id = 123456 ) where tag = 'tag123' --target table condition
文章標籤
全站熱搜
從其他DB取得資料並更新到目的TABLE
update tableA --target table set( tid, tname )= ( select TB.prodId, TB.ProdName --source data from tableB TB where TB.id = 123456 ) where tag = 'tag123' --target table condition
留言列表