Help for this page

Select Code to Download


  1. or download this
    @ids = $dbh->selectcol_array('select id from items where foo > 42');  
    +# SHOULD WORK BUT WRONG