Subject Re: [ib-support] IN limitation to 1500 ?
Author Philippe Makowski
Thanks for posts.
My problem is :
The user make a select and can also put a filter on the result dataset,
then I have to select all records of a detail table it's here that come the
in statement.

select from detail_table where id in (.......)

This IN statement is not gracious I know, but this code was already made and
was working with Oracle and MsSQL.