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: <mikharakiri_nospaum_at_yahoo.com>
Date: 7 Feb 2005 14:14:18 -0800
Message-ID: <1107814458.481706.31150@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? Received on Mon Feb 07 2005 - 16:14:18 CST

Original text of this message

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