create table users (`phone` int,`name` varchar, ...) select ... where name='john' and phone=1212212 这样能匹配到前缀索引优化吗?