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: 
Not applicable

Problems when comparing two tables containing same fields

Hi,

Really hope you can help me.

I have two tables containing exactly the same fields, but are in different databases. I would like to compare them.

I have heard, there is a function where you can insert the table name in front of each field so they become unique.

Can you help me with the function and how to use it?

Your help will be very much appreciated!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That function is called Qualify. Use it with care.

Qualify * ;

TableX:

LOAD *

FROM ... ;


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That function is called Qualify. Use it with care.

Qualify * ;

TableX:

LOAD *

FROM ... ;


talk is cheap, supply exceeds demand