Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ORA-01437: cannot have join with CONNECT BY... but I want to find a workaround!
Hello,
I get this error using Oracle 8.1.7 (in Oracle 9 everything works fine). Since I'm developing applications for both versions of Oracle, I have to find another way to write my hierarchical query.
Here's the query:
Table T1 has columns job,subjob,id
Table T2 has columns num,id
The above query, as said, works fine in Oracle 9, but in Oracle 8 returns the ORA-01437 error (self explaining).
I tried to get rid of this error, using a subquery, as in the following example:
So, people, if you like playing adventures, think about this one as a
"Monkey Island" or "Leisure Suit Larry" puzzle... :-)
Any clue?
Thank you!
Received on Fri Feb 27 2004 - 08:40:27 CST
![]() |
![]() |