Product Documentation

SQL Reference Guide

Previous Topic

Next Topic

CURTIME function (ODBC compatible)

Syntax

CURTIME ()

Description

CURTIME returns the current time as a TIME value. This function takes no arguments.

c-treeSQL statements can refer to CURTIME anywhere they can refer to a TIME expression. For example,

INSERT INTO objects (object_owner, object_id, create_time)

VALUES (USER, 1001, CURTIME()) ;

TOCIndex