Hello, my problem is that I don't know how retrieve the not common fields between two tables.
EG:
TABA
field1 field2 field3 field4
TABB
field1 field2 field4
I only want retrieve the field "field3", how can I do it?
Any adding with LEFT OUTER JOIN?
Thanks in advance.