Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: In Oracle is there any function for TIMESTAMP?
Globalink <wasiq_at_ibos.com> wrote:
: Hi, i'm porting a db from MS SQL 7 to Oracle 8i
: on Win NT 4.0.
: In MSSQL i have a column of type datetime and default value
: getDate() which returns current date and time.
: What is the function in Oracle which returns timestamp in Oracle?
Try SYSDATE function
Returns date + time. Precision is one second.
Starous Received on Thu Aug 24 2000 - 12:08:56 CDT
![]() |
![]() |