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: Post, Ethan <Ethan.Post_at_ps.net>
Date: Fri, 22 Jul 2005 12:17:01 -0500
Message-ID: <1F989681BA05FA4CAD9FA849ED8520578CF1CB@pscdalpexch01.perotsystems.net>


yes, this is a log table, there is a time stamp.

-----Original Message-----
From: sol beach [mailto:sol.beach_at_gmail.com] Sent: Friday, July 22, 2005 12:15 PM
To: Post, Ethan
Cc: oracle-l_at_freelists.org
Subject: Re: How To Find Reapeating Row Patterns

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:53 CDT

Original text of this message

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