Home  >  Article  >  Backend Development  >  新手怎么复制表字段成为新表的记录

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

WBOY
WBOYOriginal
2016-06-13 12:51:38784browse

新手求教:如何复制表字段成为新表的记录
现在有表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     职位

手册没翻出来,新手求教


------解决方案--------------------
两个边的对应关系是什么呢,如果单纯的合并是如何合并呢。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn