Subject Re: [Firebird-Architect] the insert into t select * from t infinite loop
Author Dmitry Yemanov
"Arno Brinkman" <firebird@...> wrote:
>
> This doesn't fix this problem:
>
> SELECT
> *
> FROM
> TableX x
> WHERE
> x.ID IN (SELECT FIRST 5 y.ID FROM TableY)
>
> Which is the same problem IMO.

Nope. The problem you're talking about is fixed in FB2.


Dmitry