This is an old revision of the document!


DRAFT

Omnidex SQL Function: CURRENT_TIMESTAMP

Description

The CURRENT_TIMESTAMP function returns the current timestamp from the system's time-of-day clock.

The function is processed once at the beginning of execution of the SQL statement. A new value is not obtained with each reference or with each fetched row.

Syntax

CURRENT_TIMESTAMP

Example

Example 1

elect company, 
CURRENT_TIMESTAMP
FROM customers 
WHERE company='dynamic'
 
...
Dynamic Information Systems Corporation, 2003-01-24 14:45:04.00
 
Back to top
dev/sql/functions/current_timestamp.1259972139.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)