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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How To Find Reapeating Row Patterns

Re: How To Find Reapeating Row Patterns

From: sol beach <sol.beach_at_gmail.com>
Date: Fri, 22 Jul 2005 10:15:21 -0700
Message-ID: <40a16b3605072210153f6cbd55@mail.gmail.com>


If each line below is supposed to be a separate record in a table, please keep in mind that in any RDBMS the order in which rows are returned is indeterminate, unless ORDER BY clause is specified on the SELECT!

On 7/21/05, Post, Ethan <Ethan.Post_at_ps.net> wrote: [...snip...]
>
> For_Example
> ====================
> A
> B
> C
> D
> E
> F
> A
> B
> C
> D
> E
> F
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 22 2005 - 12:19:08 CDT

Original text of this message

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