Preciso unir dados DISTINTOS de duas tabelas

We can do the following:
Join DataTable - Full Join - out:dtJoin

Afterwards we find the IDs only present in table (e.g. Left Table OR right Table) when:

  • check if one the two join column values is null/empty
2 Likes