Help for this page

Select Code to Download


  1. or download this
    my $idlist = join(',', map($dbh->quote($_),@id));
    $statement = "SELECT id, size FROM table WHERE id IN ($idlist)";