How to change string to DATETIME in SQL?


SET `time_str` = STR_TO_DATE(`time_str`,'%d/%m/%Y %H:%i')

No comments:

Post a Comment