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: Urgent Select statement SOS

RE: Urgent Select statement SOS

From: <MHately_at_etech-uk.com>
Date: Thu, 19 Jul 2001 07:38:54 -0700
Message-ID: <F001.0034E80F.20010719065632@fatcity.com>

The only way you can do this is to store SYSDATE into a column in the table when you insert the row and to use that column value to order the rows when you SELECT from the table.
Yoiu can generate the date from an ON INSERT trigger.

Cheers,
Mike Hately
Oracle DBA

-----Original Message-----
Sent: Thursday, July 19, 2001 8:55 AM
To: Multiple recipients of list ORACLE-L

Hi all,

Do you guys know how to
select column
order by time of insert into table.

Thank you,

Sinardy

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: MHately_at_etech-uk.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 19 2001 - 09:38:54 CDT

Original text of this message

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