G
Guest
Hello,
I am trying to run a join query, which yields 10 fields and which joins 2
tables, 1 table is the one, the other contains the "many".
I want to only grab the first record containing duplicate key field value
from the many table. However, the DISTINCT clause evaluates the entire
record, not just the key field.
Any ideas?
I am trying to run a join query, which yields 10 fields and which joins 2
tables, 1 table is the one, the other contains the "many".
I want to only grab the first record containing duplicate key field value
from the many table. However, the DISTINCT clause evaluates the entire
record, not just the key field.
Any ideas?