- ⌂ Date & Time
- Functions
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
Return the current date.
date CURTIME()
Return
The current time in 24-hour 'HH:MM:SS' format.
SELECT OID, Date, CURTIME() AS CurrentTime FROM Invoice