I have data in 2 tables in the following manner:
Table A:
Source_Code BU_SET_ID Account_Number
ALS 3 1415999
ALS 1 1415999
Table B:
BU_SET_ID BU_type BU_Code
1 LOB TEST
3 REICO SURP
I need the o/p to look like:
Source_Code Account_Number LOB REICO
ALS 1415999 TEST
Any help is appreciated.
Table A:
Source_Code BU_SET_ID Account_Number
ALS 3 1415999
ALS 1 1415999
Table B:
BU_SET_ID BU_type BU_Code
1 LOB TEST
3 REICO SURP
I need the o/p to look like:
Source_Code Account_Number LOB REICO
ALS 1415999 TEST
Any help is appreciated.