how long in characters can a SQL-statement be using IBDAC components? I could not find any restrictions mentioned somewhere, but I am sure there are some
I want to use a SELECT * FROM ANYTAB WHERE ANYID IN (100,234,345...) with may be hundreds or even thousands of items. Would that be possible?
A BETWEEN or similar would not work as i.e. the IDs are randomly distributed and are not sequential.
Any hint welcome!