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: SQL question

Re: SQL question

From: SCOTT LEANNE T <SCOTT_LEANNE_T_at_LILLY.COM>
Date: Mon, 15 Jan 1996 13:14:45 +0000
Message-Id: <9601151331.AA10532@alice.jcc.com>


Tom,

This is the answer! Thanks to you and everyone that has replied! Have a great week -
Leanne
~~Have you tried a synchronized sub-query? Try something like:
~~
~~ select a.name, a.value1, a.value2, a.systime
~~ from table a
~~ where a.systime = (select max(b.systime)
~~ from table b
~~ where b.name = a.name);
Received on Mon Jan 15 1996 - 08:31:45 CST

Original text of this message

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