Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: finding exactley when a record was inserted...
Duplicate the primary key from the old table into a new table and add the
'date_entered' column, default sysdate.
Have the insert add the appropriate data to both tables.
Then create a view that adds the date entered column to the first table.
Good Luck!
R. Nettleton <oradba_n_az_at_excite.com> wrote in message
news:83e73j$5kv$1_at_nnrp03.primenet.com...
> I need to find out (if possible) how to get the date and time when a row
was
> inserted.
>
>
> Ron N.
>
>
Received on Sun Dec 19 1999 - 21:17:28 CST
![]() |
![]() |