i have database then i have table (post) have field (time_post) the old value in time_post real number like (1443191344) I want update to formula (0000-00-00 00:00:00) i know should use this method FROM_UNIXTIME() in my command
note :
thanks