TIME « Date Time Functions « MySQL Tutorial






14.43.TIME
14.43.1.TIME(expr) extracts the time part of the time or datetime expression expr and returns it as a string.
14.43.2.SELECT TIME('2003-12-31 01:02:03.000123');