|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: joining tables with SQL::Abstractby larryl (Scribe) |
| on Nov 19, 2008 at 17:32 UTC ( #724659=note: print w/ replies, xml ) | Need Help?? |
|
It's pretty easy in SQL::Abstract to force an AND situation when you have two (or more) conditions on the same column, just use an arrayref where the first element is '-and'. E.g.:
which produces:
For your case you would use:
which produces:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||