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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
wanyunyang
Creator III
Creator III

SQL query doesn't work when loading data from ODBC into Qlik Sense

Hi guys,

I'm loading data from ODBC into Qlik Sense. My question is:

I have Table1 with columns A,B, Table2 with columns A,D. I want to left join Table2 on Table1 by column A, and show column  B and D.

The SQL query is like:

SELECT T1.B, T2.D

FROM Table1 T1 LEFT JOIN Table2 T2

ON T1.A=T2.A

But this query doesn't work in Qlik Sense data load editor. How can I fix it?

Thanks in advance!

10 Replies
wanyunyang
Creator III
Creator III
Author

Thanks!