In MySQL, the CURRENT_TIME
function can be used to return the current time.
This function is actually a synonym for CURTIME()
which returns the current time, so you can choose which function you prefer to use.
Both functions return the current time as a value in ‘HH:MM:SS’ or HHMMSS format, depending on whether the function is used in a string or numeric context.