Help for this page

Select Code to Download


  1. or download this
    my $sql =<<EOF;
    set rowcount 20
    SELECT * from total_huge_table
    ...
    my $sth = $dbh->prepare($sql);
    $sth->execute();
    ... more code here ...