I want to walk one table and: summarize some raw data (select ... create a new summary record (insert into ... (same tbl) delete the raw data (delete from ... (same tbl) # I don't think I can use a single (complex) SQL stmt...