批量更新字段(把表A的字段值複製到表B中)

update 表 A , 表 Bdate set A.name = B.name where A.id = B.id 注:把要更新的目標字段放在等號前面。
相關文章
相關標籤/搜索