mysql小数类型字段,float,double

mysql float double类型   1.float类型 float列类型默认长度查不到结果,必须指定精度, 好比 num  float,  insert into  table (num) values (0.12); select  * from table where num=0.12的话,empty set。 num float(9,7),  insert into  table
相关文章
相关标签/搜索