Subject inserting
Author KURSAT TASKIN
Hi,
I have two table, table1 table 2
I want to insert table2.field1 into table1.field1 one by one,
table2.field2 is unique,

procedure will start from the first record of table2 then it will insert
record 1 into table1.field1 then it will insert the second row into table
two all records one by one,
is it possible