hmark Posted March 29, 2010 Share Posted March 29, 2010 I'm trying to capture data with decimal places (ex: 614.283). Should I use int? Or should i use float or something else? I'm very new to mysql. I would appreciate any help. thanks. Quote Link to comment https://forums.phpfreaks.com/topic/196903-data-with-decimals/ Share on other sites More sharing options...
fenway Posted March 29, 2010 Share Posted March 29, 2010 DECIMAL -- try (10,3). Quote Link to comment https://forums.phpfreaks.com/topic/196903-data-with-decimals/#findComment-1033749 Share on other sites More sharing options...
hmark Posted March 29, 2010 Author Share Posted March 29, 2010 Thank you. This was very helpful. Quote Link to comment https://forums.phpfreaks.com/topic/196903-data-with-decimals/#findComment-1033775 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.