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: "un-grouping" results

Re: "un-grouping" results

From: Alan <alan_at_erols.com>
Date: Tue, 8 Feb 2005 11:08:57 -0500
Message-ID: <36s6grF56fqudU1@individual.net>

<mikharakiri_nospaum_at_yahoo.com> wrote in message news:1107814458.481706.31150_at_c13g2000cwb.googlegroups.com...
> Just discovered today. How many rows
>
> select dummy, prior dummy
> from dual
> connect by dummy > prior dummy
> and prior dummy is not null
> and prior dummy is null
> and prior dummy = 'a'
> and prior dummy <> 'a'
>
> is expected to return?
>

One row. Why do you ask instead of just running it? Received on Tue Feb 08 2005 - 10:08:57 CST

Original text of this message

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