Subject | FB Server Loop.. is it normal? |
---|---|
Author | Carlos Ortiz Quiros |
Post date | 2005-06-07T15:53:58Z |
Hi you all
Can anybody tell me why this code makes to stall?
Suppose you have a table like this
CREATE TABLE T1(
Field VARCHAR(50)
);
INSERT INTO T1 VALUES('FF');
Here everything goes well, but when I try to execute
the following query, voila, the FB server stalls.
INSERT INTO T1
SELECT Field FROM T1
Is this a bug or it cannot be done.
Carlos Adolfo Ortiz Q
carlosaortiz@...
__________________________________
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/
Can anybody tell me why this code makes to stall?
Suppose you have a table like this
CREATE TABLE T1(
Field VARCHAR(50)
);
INSERT INTO T1 VALUES('FF');
Here everything goes well, but when I try to execute
the following query, voila, the FB server stalls.
INSERT INTO T1
SELECT Field FROM T1
Is this a bug or it cannot be done.
Carlos Adolfo Ortiz Q
carlosaortiz@...
__________________________________
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/