Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Swapna1
Contributor
Contributor

How to read a query pointing to different tables of different source systems in Talend.

Can we read query pointing to different tables of different source systems?

Eg. select * from oracle1.dbo.tableA inner join SqlServer1.temp.tableB inner join

oracle2.dbo.tableC inner join SqlServer2.temp.tableD

Labels (2)
1 Reply
manodwhb
Champion II
Champion II

@Swapna K​,you need to read take four tDBInput components to read those four table separately and join using tMap.

 

Thanks,

Manohar