码迷,mamicode.com
首页 > 数据库 > 详细

mysql中将int的时间转换成datetime的时间

时间:2014-07-23 21:11:37      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:mysql   int时间转换datetime时间   from_unixtime   

 
 
select reg_time, FROM_UNIXTIME(reg_time) from crm_user;

本文出自 “突破中的IT结构师” 博客,请务必保留此出处http://virusswb.blog.51cto.com/115214/1527329

mysql中将int的时间转换成datetime的时间

标签:mysql   int时间转换datetime时间   from_unixtime   

原文地址:http://virusswb.blog.51cto.com/115214/1527329

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!