J
Jacob Havkrog
Hi Group.
Is there a limit on how many items there can be in an IN clause, like
SELECT * FROM MyTable WHERE MyID IN (3, 6, 8, 12, 345, 444, 564, ..........)
I talk to MS Access through ADO from a Win32 application.
Thanks for your help.
Btw, is there a limit on how long, an SQL command can be?
Cheers
Jacob
Is there a limit on how many items there can be in an IN clause, like
SELECT * FROM MyTable WHERE MyID IN (3, 6, 8, 12, 345, 444, 564, ..........)
I talk to MS Access through ADO from a Win32 application.
Thanks for your help.
Btw, is there a limit on how long, an SQL command can be?
Cheers
Jacob