in reply to Re: DBI select ids to @list
in thread DBI select ids to @ids
@ids = @{ $dbh->selectcol_arrayref($stmt) }
Or am I wrong here? It looks like selectcol_arrayref has some magic to select multiple columns but the manual says it defaults to the first. But is it a reference to a an array of references to an array, or just a reference to an array?
-Andrew.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI select ids to @list
by ikegami (Patriarch) on Aug 10, 2005 at 05:52 UTC |