Subject | Re: [firebird-support] "In List" - Can list be a parameter? |
---|---|
Author | Aage Johansen |
Post date | 2004-10-17T20:33:59Z |
ra8009 wrote:
--
Aage J.
>Put the values in MYLIST in a table, and use JOIN.
> I'm using Firebird with IB Objects. I need to submit a list as a
> paramter in this statement:
>
> SELECT * FROM MYTABLE WHERE ID IN (:MYLIST)
>
> Is there a way to make this work without having my code supply a new
> SQL statement each time?
--
Aage J.