I want the following: " ... WHERE type IN ($types) ..."
to expand into: "... WHERE type IN (1,2,3,4) ..."If I pass in a Collection as the value of the parameter "types" in the parameter map for SQLTemplate, will it do what I want? Is there a way?
Thanks, Jeff de Vries
