Is there a way to parameterize the values in WHERE ... IN? Like "IN (?)". I'm trying this, passing in an array of String, [Ljava.lang.String, but it returns zero rows. Also tried passing [Ljava.lang.Object, with the same result.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
