Subject Re: [firebird-support] INSERT INTO A SELECT C FROM A
Author Helen Borrie
At 04:39 AM 23/02/2005 +0000, you wrote:



>Firebird 2.0/1.52
>create table a( c int);
>insert into a values(1);
>
>INSERT INTO A SELECT * FROM A;
>
>THE DATABASE FILE SIZE KEEP INCREASING BEFORE STOP fserver Process

True. It is known as an endless loop, and it is a recognised pitfall of
the multi-generational model.

./heLen