jschmied Member² Jun 16, 2007 #1 Hi! with a as (select * from dual), b as (select * from a), c as (select * from b) select * from c; says: "could not parse text" Greetings Juergen
Hi! with a as (select * from dual), b as (select * from a), c as (select * from b) select * from c; says: "could not parse text" Greetings Juergen
Marco Kalter Administrator Staff member Jun 18, 2007 #1 This is indeed a known error in the SQL Window. It will be fixed.