虾编

在MySQL中,在两个表之间实现整列数据的复制转移

insert into 表1(字段名) select 字段名 from 表2

 

update 表1 inner join 表2 on 表1.uid= 表2.uid
set 表1.password= 表2.password



评论暂缺

  • (Required)
  • (Required, will not be published)

本站页面采用 HTML5 构建。建议使用 Google ChromeMozilla Firefox 的最新版本浏览本站。