http://qs321.pair.com?node_id=667090


in reply to Can a DBI Placeholder accept multiple values?

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.
  • Comment on Re: Can a DBI Placeholder accept multiple values?