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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple schema access in tOracleInput

Can anybody please help me to understand how to execute the following type of query in tOracleInput, i have tried it but am facing issues.
Oracle Query
SELECT A.name name,A.id id ,income FROM C1.emp A,c2 .Inc B WHERE A.id = B.id;

Thanks in Advance

Labels (2)
1 Reply
Anonymous
Not applicable
Author

sorry forgot to add c1 and c2 are different schemas so in this case of accessing two different schemas in a single please tell me an option to do it.