![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello Everyone - I'm new to DTS so I appreciate any help. So far I haven't been able to figure this out. I want to left join one table (TableA) to 3 other tables (TablesB, C, D) . (I need all the data in Table A returned). If there is a match between TableA and TableB, then I just want to return a 1 to the output set. No match, return a 0. The same would apply if there is a match between TableA and TableC and TableD. My output file (or table) would consist of all of the columns from TableA, a column with a value of 0 or 1 (for the match result with TableB), another column with a value of 0 or 1 (for the match result with TableC) and yet another column with a value of 0 or 1 (for the match result with TableD). Ugh..this drives me nuts. Thank you to anyone who can give me a clue. Steve |
![]() |
| Thread Tools | |
| Display Modes | |
| |