apache > db
Apache DB Project
 
Font size:      

CURRENT_TIMESTAMP

CURRENT_TIMESTAMP

CURRENT_TIMESTAMP returns the current timestamp; the value returned does not change if it is executed more than once in a single statement. This means the value is fixed even if there is a long delay between fetching rows in a cursor.

Syntax

CURRENT_TIMESTAMP

or, alternately

CURRENT TIMESTAMP

Example

VALUES CURRENT_TIMESTAMP
 -- or, alternately: 
 
VALUES CURRENT TIMESTAMP


Previous Page
Next Page
Table of Contents
Index