Mega Code Archive

 
Categories / MySQL Tutorial / Date Time Functions
 

GET_FORMAT(TIME,ISO)

mysql> mysql> select GET_FORMAT(TIME,'ISO'); +------------------------+ | GET_FORMAT(TIME,'ISO') | +------------------------+ | %H:%i:%s               | +------------------------+ 1 row in set (0.00 sec) mysql>