I have two tables T1 and T2
T2 is having amt fields where on joining two tables i get set of records(cartesian records).
I should add amts of those cartesian records or records with same PK and get one single record for set of records.
(i have checked that condition in EXP and flag rows to update strategy to update to add amts & get one record per set of records)
Now, i should pass that to lkp to join PK with LKP.PK to check same condition i.e now i should add LKP.amt fields of LKP if there are same set of PK as a result of join with T1.
Now i can again do that with exp and should use update strategy2 again.
so, can i use UPstrategy1 to pass PK1 to LKP.T3 to join and get records which will again pass to exp.
T2 is having amt fields where on joining two tables i get set of records(cartesian records).
I should add amts of those cartesian records or records with same PK and get one single record for set of records.
(i have checked that condition in EXP and flag rows to update strategy to update to add amts & get one record per set of records)
Now, i should pass that to lkp to join PK with LKP.PK to check same condition i.e now i should add LKP.amt fields of LKP if there are same set of PK as a result of join with T1.
Now i can again do that with exp and should use update strategy2 again.
so, can i use UPstrategy1 to pass PK1 to LKP.T3 to join and get records which will again pass to exp.