Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: In Oracle is there any function for TIMESTAMP?

Re: In Oracle is there any function for TIMESTAMP?

From: Roman Starek <starek_at_pluto.spsselib.hiedu.cz>
Date: 24 Aug 2000 17:08:56 GMT
Message-ID: <8o3kr8$kkm$3@crax.cesnet.cz>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US