Subject | RE: [ib-support] Re: Found possible bug on FB 1.0 build 821 |
---|---|
Author | Dmitry Yemanov |
Post date | 2002-09-20T06:15:24Z |
Hi Fernando,
result set is ordered. Since the ORDER BY clause isn't allowed in select
expressions (i.e. subqueries, views, etc), the engine may simply ignore
FIRST/SKIP in such constructs. Just a guess. We should decide whether it's
right or not before considering it an obvious bug.
Dmitry
> But it seems that the bug involving the FIRST clause in subqueriesThe reason could be the following. FIRST/SKIP makes sense only when the
> is really confirmed. Unfortunatelly, it's not listed in the open
> bugs nor in release notes.
result set is ordered. Since the ORDER BY clause isn't allowed in select
expressions (i.e. subqueries, views, etc), the engine may simply ignore
FIRST/SKIP in such constructs. Just a guess. We should decide whether it's
right or not before considering it an obvious bug.
Dmitry