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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Group By and Question

Re: SQL Group By and Question

From: Bob Fazio <rfazio_at_home.com.nospam>
Date: 2000/05/08
Message-ID: <vBCR4.177582$Tn4.1358435@news1.rdc2.pa.home.com>#1/1

Yes,
Look at connect by and start with in the docs. That should get you where you need to go.
If I had more time I would get the syntax, but it is well documented.

--
Robert Fazio, Oracle DBA
rfazio_at_home.com
remove nospam from reply address
http://24.8.218.197/
"Sean" <dolans_at_my-deja.com> wrote in message
news:8f6qel$g3q$1_at_nnrp1.deja.com...

> I don't know if a "smooth" SQL statement will do this or if I have to
> build the resultset in PL/SQL, but here is the data:
>
> CAT_ID PARENT_CAT_ID DISPLAY
> --------- ------------- --------------------
> 49999999 Miscellaneous
> 5 49999999 Sub under Misc, #1
> 6 49999999 Sub under Misc, #2
> 7 Same level as Misc
>
> Question : I would like to know the top level cat_id and a count of
> how many level 2s there are underneath it: something like:
>
> CAT_ID COUNT
> 49999999 2
> 7 0
>
> Thanks,
> Sean
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon May 08 2000 - 00:00:00 CDT

Original text of this message

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