webCOMAND

CURRENT_TIME()

An alias for CURTIME().  Return the current time.

Prototype

time CURRENT_TIME()

Return

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

Example

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

Related

CURTIME(), NOW()