my $sql = "UPDATE foo SET bar = ?"; $dbh->do($sql, {}, undef); #### UPDATE foo SET bar = NULL;