例: 表 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_timetest