in reply to Re: Mysql query cache and DBI
in thread Mysql query cache and DBI
my $objects = $dbh->selectall_arrayref("SELECT $columns FROM $table OR +DER BY $order", {Slice=>{}}, @column_values);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Mysql query cache and DBI
by josh803316 (Beadle) on Nov 07, 2009 at 02:18 UTC |