Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: finding exactley when a record was inserted...
A copy of this was sent to "R. Nettleton" <oradba_n_az_at_excite.com>
(if that email address didn't require changing)
On Fri, 17 Dec 1999 13:40:08 -0700, you wrote:
>I need to find out (if possible) how to get the date and time when a row was
>inserted.
>
>
>Ron N.
>
You'll need to add a column to the table:
alter table T add timestamp date default sysdate;
--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'...
Current article is "Part I of V, Autonomous Transactions" updated June 21'st
Thomas Kyte tkyte_at_us.oracle.com Oracle Service Industries Reston, VA USA
Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Fri Dec 17 1999 - 15:06:13 CST
![]() |
![]() |