mysql update更新數據查詢另一張表

使用以下的語句,能夠查詢另一張表的數據進行update update table_1 t1 inner join table_2 t2 on t1.id = t2.pid set t1.column = t2.column;html 參考文章 https://www.cnblogs.com/wu628/p/4948833.htmlweb
相關文章
相關標籤/搜索