in reply to DBI select ids to @ids
update@ids = @{$dbh->selectcol_arrayref('select id from table where foo > 42 +', { Columns => [1]})};
@ids = @{$dbh->selectcol_arrayref('select id from table where foo > 42 +')};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI select ids to @ids
by tomazos (Deacon) on Aug 10, 2005 at 05:47 UTC | |
by mifflin (Curate) on Aug 10, 2005 at 06:17 UTC | |
by tomazos (Deacon) on Aug 10, 2005 at 07:25 UTC |