SomeTable someTable; AnotherTable anotherTable; while select someTable { anotherTable.field1 = someTable.anotherField1; // .................... anotherTable.insert(); }