X
XP
I am using Office 2003 on Windows XP.
In my WHERE clause of a SQL SELECT, I have an IN, for example:
A.FUND IN ('101', '102', '103')
In reality, I have over 60 funds in the list. I have found that I cannot
list this many items using IN or I get an error.
If I just use a few funds in the IN clause it runs fine, so I know it has to
do with this clause. Does anyone have a good work-around or suggestion to
resolve this issue?
Thanks much in advance.
In my WHERE clause of a SQL SELECT, I have an IN, for example:
A.FUND IN ('101', '102', '103')
In reality, I have over 60 funds in the list. I have found that I cannot
list this many items using IN or I get an error.
If I just use a few funds in the IN clause it runs fine, so I know it has to
do with this clause. Does anyone have a good work-around or suggestion to
resolve this issue?
Thanks much in advance.