in reply to Re^2: Values concatenation for SQL query
in thread Values concatenation for SQL query

If you have three placeholders, DBI expects three values to be passed in for the three placeholders. There is no way around it.

Maybe you want a way to extract three values out of your one concatenated string, but you haven't described your problem in a way that I can easily infer that from what you've told us so far.

If you have the three values separated already, I recommend keeping them separate.

  • Comment on Re^3: Values concatenation for SQL query