I can update a bunch of rows with resultset->search(...)->update(...). Is it possible to model with DBIC an SQL like INSERT INTO <table> ( <cols>) SELECT <cols> FROM <table> WHERE <cond>; Thank You for any hints.