【发布时间】:2016-09-24 10:22:28
【问题描述】:
table1:
name,
address,
phone
table2:
name,
location,
mobile
table1 只是一个空白数据的模式。 table2 有数据。
我想将table2 数据插入table1 架构。
如何插入 name-->name、address-->location 和 phone-->mobile 等数据
【问题讨论】:
-
给你。我找到另一个示例并更改链接