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 -> Re: sql query`

Re: sql query`

From: Marcelo <mcecci_at_yahoo.it>
Date: Thu, 23 Dec 2004 11:36:05 GMT
Message-ID: <F4yyd.325299$b5.15749663@news3.tin.it>

the last record...

select * from table1 where rowid = (select max(rowid) from table1)

bye Received on Thu Dec 23 2004 - 05:36:05 CST

Original text of this message

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