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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Tricky Hierarchical Query

RE: Tricky Hierarchical Query

From: Walter K <alden14004_at_yahoo.com>
Date: Fri, 31 Aug 2001 14:26:42 -0700
Message-ID: <F001.0037FDAF.20010831124646@fatcity.com>

Sorry. I mis-stated the relationship to the parent in my original email. Parent_id is always populated unless the row is a root row.

The data for all rows in my sample tree would be:

ACCOUNT_ID ROOT_ID PARENT_ID

5            null      null
6            5         5
7            5         5
8            5         6
9            5         6
10           5         7
11           5         8
12           5         8
13           5         9
14           5         10

-w


Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Walter K
  INET: alden14004_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Aug 31 2001 - 16:26:42 CDT

Original text of this message

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