Help for this page

Select Code to Download


  1. or download this
    my $sth= $dbh->prepare("DELETE FROM table_name WHERE col2=?");
    $sth->execute("X");
    my $rows = $sth->rows();