This is an old revision of the document!


DRAFT

Omnidex SQL Function: CURRENT_DATE

Description

The CURRENT_DATE function returns the current date from the server's time-of-day clock.

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

If the function is called in a networked environment, the time returned is from the server with the Omnidex Environment.

Syntax

CURRENT_DATE

Examples

Example 1

select company, 
current_date 
from customers 
where company='dynamic'

...
Dynamic Information Systems Corporation, 2004-03-15
 
Back to top
dev/sql/functions/current_date.1278643592.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)