Hi,
I have a requirement which is a following
I have a table XX which has a column QUERY_TXT which contains a select query .
QUERY_TXT
select * from xxx
Now I have to extract the query form the above table and use that as my select statement to populate another table using BTEQ ,some thing like this
insert into xxxx
select * from xxx ;
Quich help is really helpfull
Thankyou in advance
Forums: