Help for this page

Select Code to Download


  1. or download this
    my $sql = "UPDATE foo SET bar = ?";
    $dbh->do($sql, {}, undef);
    
  2. or download this
    UPDATE foo SET bar = NULL;