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: PGDST94-95 P.Rajesh <zrajesh_at_NCB.ERNET.IN>
Date: Mon, 15 Jan 1996 15:25:35 +0000
Message-Id: <9601151008.AA01030@alice.jcc.com>


 Hi ,

 select name,value1,value2,time from table a  where time = (select max(time) from table b where a.name = b.name)

  This we have tested on Sybase 10.0 it works and you try it out.

 rajesh.p Received on Mon Jan 15 1996 - 05:08:25 CST

Original text of this message

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