Hello!
How can I make a query which will, as results, return all the rows which are not identical in joined fields? Example:
Tables in the query:
Table1:
John
Luke
Matthew
Mark
Table2:
John
Luke
Results:
I get:
query1:
John
Luke
I would like to get:
query2:
Matthew
Mark
Thank you!
Marko
How can I make a query which will, as results, return all the rows which are not identical in joined fields? Example:
Tables in the query:
Table1:
John
Luke
Matthew
Mark
Table2:
John
Luke
Results:
I get:
query1:
John
Luke
I would like to get:
query2:
Matthew
Mark
Thank you!
Marko