Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过在我的 tMySQLInput 组件的“查询”区域中编码适当的 SQL 代码来从 2 个表中选择某些列。然后我被告知要使用“tMap”组件将每一列从我的 tMySQLInput 组件映射到我的 tMySQLOutput 组件。
这是做我需要做的事情的正确方法:从 2 个表中获取信息(SELECT ...),然后将它们插入到另一个 3 rd 表中?
为了将 2 个表(源)中的数据插入另一个表(目标),需要使用 tmap 组件。
1.tMysqlinput(with query)并检查编辑模式部分以获取您希望发送到输出/目标的适当值
tMysqlinput(with query)
2.tMap组件将所有必要的列从源映射到目标
tMap
3.tMysqlOutput检查您希望在目标中看到的适当列的编辑架构部分。
tMysqlOutput