RamiD has asked for the wisdom of the Perl Monks concerning the following question:
I am using perl Dancer::Plugin::Database::Core::Handle quick_select ,
in the where cluser , by default , every comma between the condition is like and
database->quick_select($table, { foo => 'Bar', bar => 'Baz' });Here the conditions is with and operator , foo should be qual to Bar and bar should be Baz
what about Or operand , how can I do quick_select with where Or operator
thanks Rami D.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dancer::Plugin::Database::Core::Handle quick_select with where or condition
by Corion (Patriarch) on Sep 24, 2017 at 17:53 UTC |