B
Brian
Hi. I have a query that grabs data from table one and using a left join to
marry data on the right table. Problem is that on the left table I have
unique values. On the right table those unique values repeat for each row in
which their is related data. ( IE: think mulit-line report with demographic
info on each line.) Rather than pulling all rows, i'd like to pull only the
first match. Other than adding an additional key ( which I can't) how can I
do this?
thanks in advance,
marry data on the right table. Problem is that on the left table I have
unique values. On the right table those unique values repeat for each row in
which their is related data. ( IE: think mulit-line report with demographic
info on each line.) Rather than pulling all rows, i'd like to pull only the
first match. Other than adding an additional key ( which I can't) how can I
do this?
thanks in advance,