Subject | Re: [ib-support] IN limitation to 1500 ? |
---|---|
Author | Philippe Makowski |
Post date | 2001-12-27T21:18:33Z |
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.
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.