update inner join

UPDATE table_a
INNER JOIN table_b b
ON a.id=b.id
SET a.column_x=b.clumn_x
WHERE xxxtable

相關文章
相關標籤/搜索