in reply to Re: sql bind parameterization clarity
in thread sql bind parameterization clarity

-- for postgres you can simplify that a bit by where field = any ( ? ) -- followed by $sth->execute(\@values) -- note the backslash