Hi,
I have a Query1 which gives result of a select * from table1;
How do I feed this result into another TQuery(ie Query2} such as :
insert into table2 (field1, field2,...)
{result set of Query1}
of course the fields 1,2,.. types are compatible with the result set of
Query1