Hi everybody,
my problem is the following:
I've two tables, A and B, with an item key necessary to link them. I want to retrieve data from table B that do not match with data in table A.
I already made this in SQL Server (using right join) and it's working well.
Now I've to do the same in...