webCOMAND

CURTIME()

Return the current date.

Prototype

date CURTIME()

Return

The current time in 24-hour 'HH:MM:SS' format.

Example

SELECT OID, Date, CURTIME() AS CurrentTime FROM Invoice