当前位置:Gxlcms > PHP教程 > 新手怎么复制表字段成为新表的记录

新手怎么复制表字段成为新表的记录

时间:2021-07-01 10:21:17 帮助过:21人阅读

新手求教:如何复制表字段成为新表的记录
现在有表A 和表B

A结构

id username genre pattern
1 mr.a 0 销售
2 mr.b 1 经理
3 mr.c 0 销售

B结构

id model field name setting css
1 12 area 地区

现在想把A表字段复制成B表记录,

即如下结构:
id model field name setting css
1 12 area 地区
2 15 username 用户名
3 15 genre 性别
4 15 pattern 职位

手册没翻出来,新手求教


------解决方案--------------------
两个边的对应关系是什么呢,如果单纯的合并是如何合并呢。

人气教程排行