I'm doing a query like
...
and foo.id in (:list_of_ids)
...
I know that you can't do: 'set list_of_ids [join $list_of_ids ", "]'
with bind vars because of the type mismatch.
I'm using "$list_of_ids" in the query as a workaround for the time
being, but is there a way to do this without resorting to such a hack?
Request notifications