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

Home -> Community -> Usenet -> c.d.o.misc -> Re: What are the #'s in where n.statistic# = b.statistic#?

Re: What are the #'s in where n.statistic# = b.statistic#?

From: Rick Wessman <rwessman_at_us.oracle.com>
Date: 16 Mar 2000 07:49:09 -0800
Message-ID: <socem9alxu2.fsf@rwessman-sun.us.oracle.com>


Hi, Ken:

The #'s don't "do" anything. They are part of the column names.

                                    Rick

Ken Sproule <kenmn_at_tds.net> writes:

> Thanks for everyone's help!
>
> This is a code snippet from Oracle's DBA Handbook CD. I have looked
> everywhere and can't determine what the #'s in this table creation
> statement are doing. Any one know?
>
> create table stats$stats as
> select e.value-b.value change , n.name
> from v$statname n , stats$begin_stats b , stats$end_stats e
> where n.statistic# = b.statistic# and n.statistic# =
> e.statistic#;
>
>
> Best,
>
> Ken Sproule
> kenmn_at_tds.net
>
>
> Ken Sproule
> kenmn_at_tds.net

--

                                Thanks,
                                Rick
                                Rick Wessman
                                Server Security Group
                                Oracle Corporation
                                rwessman_at_us.oracle.com

     The opinions expressed above are mine and do not necessarily reflect
                         those of Oracle Corporation.
Received on Thu Mar 16 2000 - 09:49:09 CST

Original text of this message

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