Omnidex SQL Function: CURRENT_TIME

Description

The CURRENT_TIME function returns the current time 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. In a client-server or Omnidex Grid application, the time returned is from the individual server processing the query.

This function returns an ANSI TIME datatype.

Syntax

CURRENT_TIME

Examples

Example 1: Column

> select current_time from $omnidex;

CURRENT_TIME
------------
 16:15:08.00

Additional Resources

See also:

 
Back to top
dev/sql/functions/current_time.txt ยท Last modified: 2016/06/28 22:38 (external edit)