Help for this page

Select Code to Download


  1. or download this
    $query = "delete from table where id=(";
    
    for(@MESSAGE_IDS){
    ...
    
    my $sth= $dbh->prepare($query);
    $sth->execute;