FLOAT(p) [UNSIGNED] [ZEROFILL] : FLOAT : Data Types MySQL TUTORIALS


MySQL TUTORIALS » Data Types » FLOAT »

 

FLOAT(p) [UNSIGNED] [ZEROFILL]


A floating-point number.

p represents the precision in bits.

If p is from 0 to 24, the data type becomes FLOAT with no M or D values.

If p is from 25 to 53, the data type becomes DOUBLE with no M or D values.




Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Types
» FLOAT