![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Can a DBI Placeholder accept multiple values?by perrin (Chancellor) |
on Feb 08, 2008 at 22:30 UTC ( #667090=note: print w/replies, xml ) | Need Help?? |
You either have to repeat the statement once for each parameter or modify the SQL to have the right number of bind values. There are tools to help with this kind of thing if you find yourself doing it often, e.g. SQL::Interpolate.
In Section
Seekers of Perl Wisdom
|
|