Skip to Content
0
Former Member
Dec 01, 2006 at 12:09 PM

select no common fields.

42 Views

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.