Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to insert a timestamp in a record?
"sim" <jmenker_at_muenster.de> wrote in message
news:1132743976.097833.46450_at_z14g2000cwz.googlegroups.com...
> You could use current_timestamp.
>
> sim
>
or the localtimestamp function, or sysdate function (pseudo-column) depending on the actual datatype of the column in the database
++ mcs Received on Wed Nov 23 2005 - 07:54:14 CST