Float « Data Type « SQL / MySQL






1.FLOAT(m, d): Floating-point number, 8-place accuracy (4 byte);
2.FLOAT(10,3)
3.Float type column type
4.FLOAT(19,3) ZEROFILL
5.A table definition that uses the DECIMAL and FLOAT data types.