Subject insert bug in SQL execution???
Author ertan_altekin
Hi,

the statement
INSERT INTO T1 SELECT * FROM T1 (duplicating T1)
causes (in Firebird 1.5.1, maybe in IB too) closed loop.

PostgreSQL works correctly!

Erti