代码改变世界

将MYSQL数据库里的时间戳转换成时间

2013-06-08 07:59  游乐场123  阅读(350)  评论(0)    收藏  举报

在mysql中 可以update table set time_column=from_unixtime(time_column);