Help for this page

Select Code to Download


  1. or download this
    @ids = @{$dbh->selectcol_arrayref('select id from table where foo > 42
    +', { Columns => [1]})};
    
  2. or download this
    @ids = @{$dbh->selectcol_arrayref('select id from table where foo > 42
    +')};