Help for this page

Select Code to Download


  1. or download this
      my $str = $dbh->prepare(
          "UPDATE Volunteer " .
          "SET Volunteer = ? " .
          "WHERE Date = ? AND Volunteer = 'TBD' AND Number = ?"
      );
      my $rv = $sth->execute($status, $date, $id);