Subject | Re: [firebird-support] Re: Problem with FIRST in where clause |
---|---|
Author | Dmitry Yemanov |
Post date | 2006-08-31T12:13:15Z |
"Martijn Tonies" <m.tonies@...> wrote:
Dmitry
>This particular issue is solved in v2.0.
> > Will this be solved in FB 2?
>
> I doubt it ...
> Whenever the/a subquery is not depending on items inThis is another issue, although looking similarly.
> the outer query, it should materialize this result first and
> then use the cached result. Firebird doesn't do this. Ever.
>
> Same issue:
>
> insert into mytable
> select * from mytable
Dmitry