【发布时间】:2015-06-18 07:54:00
【问题描述】:
我有 3 个源表和 1 个目标表。我想将数据从源表复制到从 1.table->2.table->3.table->4.table 链接的目标表。
这是一个例子:
我需要这个结果:
表4: |编号 | A 栏 | B 栏 | C 列 | D 列 | E 栏 | F 列 | G 栏 | | 1 | 1 |亚洲 |中国 |水果 |甜 |杨梅 | http:// |table1中column1和column2下的group name和1.subgroup,2.subgroup在table2 columnb where columna = table1 id,3.subgroup在table3 columnb where columnz = table2 id,文章在table4 columnF 和 columnG 中的文章 url 其中 columnA = table3 id。
非常感谢您的帮助。
【问题讨论】: