Very cute -

But it doesn't really cope well with 
a few outlying values at the top end
of the range.  Using double the count
to invert the high/low distribution is
neat - but only if the distribution is
fairly smooth to start with.


Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Coming soon one-day tutorials:
Cost Based Optimisation
Trouble-shooting and Tuning
Indexing Strategies
(see http://www.jlcomp.demon.co.uk/tutorial.html )

____UK_______March 19th
____UK_______April 8th
____UK_______April 22nd

____USA_(FL)_May 2nd


Next Seminar dates: 
(see http://www.jlcomp.demon.co.uk/seminar.html )

____USA_(CA, TX)_August


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html


----- Original Message ----- 
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: 06 March 2003 20:33
> 
>     I have taken good note that 'elegant' is not one of your
> requirements :-).
> 
> select decode(sign(8 - mod(rownum - 1, 14)),
>                       1, mod(rownum - 1, 14),
>                          7 - mod(rownum - 1, 7)) "GROUP",
>        x.owner,
>        x.name
> from (select owner, name
>       from your_table
>       order by ana_tm desc) x;
> 
> 
>   This should more or less work, even on 7.2.
> 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jonathan Lewis
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to