我有一张表 比如是表明为 store 有个字段是 price 类型是 float(10,2) 
这张表里面有条记录 id =1 price 是66.66
我用sql语句查询 select * from store_list  where id = 1 and price =66.66
为什么查询不到数据??????????