sql - How to properly define the [float] data type in mysql -



sql - How to properly define the [float] data type in mysql -

i defined (through phpmyadmin) field float info type. when seek insert number 78.556677099932222377 translate 79. how create save right number, @ to the lowest degree 7 places after decimal dot?

how define float in phpmyadmin

float(23,19)

when u declare field utilize above.

better go cygnusx1 , alter decimal

see mysql numeric types

and problems float

mysql sql floating-point

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -