S
Steve
Table1 has DeptID and LOB (line of business). Table2 has DeptID, name, cost
center, job title.
More than one person can share the same DeptID in Table2.
I want to join Table1 and Table2. I want all records in Table1 and only
matches in Table2. But I don't want duplicate matches in Table2. If two or
more people have the same DeptID in Table2, I consider it a duplicate. Not
all fields have to be the same. I don't care which match I get...the first,
last or whatever.
Can't figure this out. I thought I was fairly savvy but it's stumping me.
center, job title.
More than one person can share the same DeptID in Table2.
I want to join Table1 and Table2. I want all records in Table1 and only
matches in Table2. But I don't want duplicate matches in Table2. If two or
more people have the same DeptID in Table2, I consider it a duplicate. Not
all fields have to be the same. I don't care which match I get...the first,
last or whatever.
Can't figure this out. I thought I was fairly savvy but it's stumping me.