开发者

What's the difference between CCK Decimal and Float fields?

开发者 https://www.devze.com 2023-01-25 16:19 出处:网络
CCK\'s Number submodule provides two fields: decimal and float. Decimals are technical开发者_如何学Cly floats, so what is the difference between the two?Decimals are fixed point, not floating point. D

CCK's Number submodule provides two fields: decimal and float. Decimals are technical开发者_如何学Cly floats, so what is the difference between the two?


Decimals are fixed point, not floating point. Decimal store exact numeric data values.

See: http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html

0

精彩评论

暂无评论...
验证码 换一张
取 消