Viewing 2 posts - 1 through 2 (of 2 total)
"Actually, no. I specifically demonstrated using column names instead of * to demonstrate that the key fields don't have to be the same. Only the fields in the queries...
November 28, 2006 at 12:54 pm
#674502
Goal: "All records that exist in one table but not the other"
I am assuming that the two tables have a common key, for my example I will use ID
Select a.Field1, a.Field2...,...
November 28, 2006 at 12:32 pm
#674488