Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

como converter tempo varchar estranho em tempo real no mysql?


não importa, isso funciona bem:
TIME_FORMAT(CONCAT(SUBSTRING(THE_TIME, 1,2), ':', SUBSTRING(THE_TIME, 3,4)), '%h%i')