barrycarlyon has asked for the wisdom of the Perl Monks concerning the following question:
G'day Fellow Monks
I was told that to add a order by to a search you do
my whatever = db file->search(constraints, {order_by=>'column direction'} );
However this dosent work when using search_where, can anyone offer a solution?
Update: Class::DBI, for search
And Class::DBI::AbstractSearch for the search_where
Yours, Bazza
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using search_where with an order_by
by Gilimanjaro (Hermit) on Jul 04, 2006 at 11:50 UTC | |
|
Re: Using search_where with a and order_by
by gellyfish (Monsignor) on Jul 04, 2006 at 11:34 UTC |