insert into 表1(字段名) select 字段名 from 表2
update 表1 inner join 表2 on 表1.uid= 表2.uid
set 表1.password= 表2.password
insert into 表1(字段名) select 字段名 from 表2
update 表1 inner join 表2 on 表1.uid= 表2.uid
set 表1.password= 表2.password
本站页面采用 HTML5 构建。建议使用 Google Chrome、Mozilla Firefox 的最新版本浏览本站。