CURRENT_TIMESTAMP Function
Returns the date and time for your time zone.
Category: |
Date and Time |
Alias: |
LOCALTIMESTAMP |
Returned data type: |
TIMESTAMP |
Comparisons
The CURRENT_TIMESTAMP
function returns the date and time for your time zone.
Example
The following statement
illustrates the CURRENT_TIMESTAMP function:
|
|
select current_timestamp;
|
|
|
|