Why isn't there a $dbh->selectcol_array? There is a $dbh->selectrow_array. Thats weird.
It should be just:
@ids = $dbh->selectcol_array('select id from items where foo > 42'); +# SHOULD WORK BUT WRONG
Or am I missing something?
-Andrew.
In reply to Re^2: DBI select ids to @ids
by tomazos
in thread DBI select ids to @ids
by tomazos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |