Subject Re: Problem with FIRST in where clause
Author Christian Kaufmann
> First n doesn't work properly in a subquery.

Will this be solved in FB 2?

> You may be able to get what you want using a selectable stored
> procedure.
I found another solution. I read the 50 relevant id's and make a
second query with "... where MEETID in (1,2,....) order by ENDDATE".
This works fine as well.

cu Christian