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 -> Selecting Rows where hourly data changed

Selecting Rows where hourly data changed

From: Renee Tumbleson <tumblesonr_at_firstenergycorp.com>
Date: 23 Jul 2001 10:05:53 -0700
Message-ID: <666ae24.0107230905.770d025e@posting.google.com>

I have a table that contains hourly data of several different categories that is collected every hour by a separate software package. This table contains a timestamp,name, and value for several objects in several categories. For one particular category of data, the hourly values, do not change too often. I cannot figure out how to select in this particular category the first timestamp where the name and value are distinct.

   SELECT DISINCT NAME,VALUE ........ I have tried several different things and the query either hangs up or gives me bogus results.

Thanks for the help.

Renee Tumbleson
tumblesonr_at_firstenergycorp.com Received on Mon Jul 23 2001 - 12:05:53 CDT

Original text of this message

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