首页 > 数据库技术 > 详细

Mysql 时间戳类型使用心得

时间:2014-10-17 12:13:34      阅读:341      评论:0      收藏:0      [点我收藏+]

例:
表 test的 create_time 为 timestamp 类型.
创建create_time 索引

执行 select * from test create_time = ‘2014-10-17‘ 。possible_keys 为 null
执行 select * from test create_time = ‘20141017000000‘ 。possible_keys 为 null
执行 select * from test create_time = 20141017000000 。possible_keys 为 create_time

Mysql 时间戳类型使用心得

原文:http://my.oschina.net/u/1053317/blog/333106

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!