Hai,
I got a temp-table t-t1 and t-t2. both having similar signature.
now t-t1 has one record and t-t2 has another record.
i want to write a for each statement such that it will fetch record from t-t1 and then from t-t2.
Is this possible to do without copying data from both to one temp-table.?
I got a temp-table t-t1 and t-t2. both having similar signature.
now t-t1 has one record and t-t2 has another record.
i want to write a for each statement such that it will fetch record from t-t1 and then from t-t2.
Is this possible to do without copying data from both to one temp-table.?