Caché SQL Reference
Static Version
CURTIME
A scalar date/time function that returns the current local time.
Synopsis
{fn CURTIME()}
Description
CURTIME takes no arguments and returns the time as a TIME data type.
Example
Example
This example:
UPDATE Contacts Set LastCall = {fn CURTIME} WHERE Contacts.ItemNumber=:item
sets the LastCall field in the selected row of the Contacts table to the current system time.
See Also
CURDATE
CURRENT_DATE
CURRENT_TIME
CURRENT_TIMESTAMP
NOW
Copyright
© 1997-2003, InterSystems Corp.
Last updated:
2001-07-05 19:27:06
Source:
RSQL_curtime.xml