MySQL CURRENT_TIME
Syntax :
CURRENT_TIME( )
MySQL CURRENT_TIME() function returns the current time.
MySQL CURRENT_TIME() function returns the current time in 'HH-MM-SS' format in string or 'HHMMSS' format in numeric
Syntax :
CURRENT_TIME( )
MySQL CURRENT_TIME() function returns the current time.
MySQL CURRENT_TIME() function returns the current time in 'HH-MM-SS' format in string or 'HHMMSS' format in numeric
mysql> SELECT CURRENT_TIME();
// output : 13:23:23
mysql> SELECT CURRENT_TIME()+0;
// output : 132757