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

Mysql 时间戳类型使用心得

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

标签:os   使用   2014   amp   时间   sql   mysql   rom   select   

例:
表 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 时间戳类型使用心得

标签:os   使用   2014   amp   时间   sql   mysql   rom   select   

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

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