Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there any built-in timestamp per row?
On Wed, 12 Apr 2000 11:39:41 -0700, Young Lee <young.lee_at_supplysolution.com> wrote:
>
>Is there any hidden/pseudo column in a table which indicates when this
>row is inserted or updated last time?
>
>Thanks,
>Young Lee
No, but you can easily add a column and do that per trigger.
The only thing you need to do is
:new.date_modified = sysdate
and that's all.
Hth,
Sybrand Bakker, Oracle DBA Received on Wed Apr 12 2000 - 00:00:00 CDT