Re: Larry's boat

From: John Hurley <johnthehurley_at_gmail.com>
Date: Thu, 21 Feb 2013 18:34:35 -0800 (PST)
Message-ID: <e68ed032-60fb-4dbd-b6a8-9317cbeff748_at_x13g2000vby.googlegroups.com>



On Feb 21, 6:09 pm, joel garry <joel-ga..._at_home.com> wrote:
> set pages 0
> SELECT rpad(' ',length)||keyword
> FROM   ( SELECT length
>               , keyword
>               , ROW_NUMBER() OVER (PARTITION BY length ORDER BY
> keyword) -1 AS seq
>          FROM   v$reserved_words)
> WHERE  connect_by_isleaf = 1
> CONNECT BY seq = PRIOR seq +1 AND length = PRIOR length
> START WITH seq = 1
> /
>
> jg
> --
> _at_home.com is bogus.
> Pirates do pARRRRtitioning

I am ( as usual ) really really confused.

Could you perhaps give a hint or two about what this is supposed to mean and/or why you posted it? Received on Fri Feb 22 2013 - 03:34:35 CET

Original text of this message