I have two tables with a field called Date
. I want to select only the dates of Table1
that are diferent from Table2
.
In this case, the result would be 4 and 5.
Table1 Table2 Result
Date Date Date
1 1 4
2 2 5
3 3
4
5