Anoop,
as you cannot reuse the table variable, why don't you just create another variable
v1 = select * from t1;
v2 = select * from t2;
shouldnt be too big of a deal, is it ?
Anoop,
as you cannot reuse the table variable, why don't you just create another variable
v1 = select * from t1;
v2 = select * from t2;
shouldnt be too big of a deal, is it ?