ETL Lookup problem
JV123Jun 6 2011 — edited Jun 7 2011Hi,
I have a question about LOOKUP condition in Informatica. below query(TESTING FOR ONE MASTER OU ID) fetching multiple row_wid's for single master ou id. does it really load all those row_wids to the target? looks like it's not loading any row wids to the target if the lookup condition fetching more than one row wid.
SELECT B.ROW_WID FROM W_REVN_FS A,W_PARTY_ORG_D B
WHERE A.MASTER_OU_ID=B.MASTER_OU_ID
AND A.MASTER_OU_ID='1-AOP-1937'
Do I need to make sure lookup fetch only single row per one master ou id?
Appreciate for your help.
Thanks
Jay.