Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: help on start with and connect by with parameter

Re: help on start with and connect by with parameter

From: Roman Mirzaitov <rmirzaitov_at_kt.kg>
Date: Thu, 06 Dec 2001 06:07:16 GMT
Message-ID: <oWDP7.50991$xS6.84073@www.newsranger.com>


[...]
>This is the syntax that i'm using
>
>select child
>FROM tableX
>START WITH (father) = &akey or &akey=0
>CONNECT BY father = PRIOR child
>
>Without the &akey=0, it's working. But with the 0, it doesn't show
>anything.
>
>Please help me. Thanks

Hi,

I've tested your case just now. It works fine. The only change I've applied is CONNECT BY PRIOR father = child. May be you missed some details in your posting?

Regards,

--
Roman Mirzaitov
Brainbench MVP for Oracle Administration
www.brainbench.com
Received on Thu Dec 06 2001 - 00:07:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US