Subject | Re: [Firebird-Architect] the insert into t select * from t infinite loop |
---|---|
Author | Dmitry Yemanov |
Post date | 2005-07-03T17:24:53Z |
"Arno Brinkman" <firebird@...> wrote:
Dmitry
>Nope. The problem you're talking about is fixed in FB2.
> 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.
Dmitry