Hi To me it seems possible to create an insert select, e.g.
Insert into tab1 (val1, val2) Select valA, valB >From tab2 Where valC = :param1 Cheers Thiemo
Hi To me it seems possible to create an insert select, e.g.
Insert into tab1 (val1, val2) Select valA, valB >From tab2 Where valC = :param1 Cheers Thiemo