Syntax
CURRENT_TIME( )
Description
The CURRENT_TIME SQL scalar function returns a time based on a reading of the time-of-day clock when the SQL statement is executed at the current server. If this function is used more than once within a single SQL statement, or used with the CURRENT_DATE or CURRENT_TMSTP scalar functions within a single statement, all values are based on a single clock reading.
The data type of the result is a time.
Example
Return the current time based on the time-of-day clock.
CURRENT_TIME( )
List of SQL scalar functions by topic