$dbh->do("delete from table_1 where some_id = 1234"); #### $dbh->do("update some_table set some_value=NULL where some_id = 1234");