This is an old revision of the document!


DRAFT

Omnidex SQL Function: DATE_TIME

Description

The CURRENT_TIME function returns the current date 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_TIME

Examples

Example 1

SELECT company, 
CURRENT_TIME
FROM customers 
WHERE company='dynamic'
 
...
Dynamic Information Systems Corporation, 14:44:56.00
 
Back to top
dev/sql/functions/current_time.1259972056.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)