MySQL Forums
Forum List  »  Newbie

Mysql Data Types
Posted by: Bevan Robinson
Date: July 19, 2018 09:05PM

I need to store data in a database and struggle to get my head around decimals or floats so need some help. The following are my expected ranges. I just need to know what data type I need to set for me columns in my Mysql database.

1) 7.2 - 9.2 (steps 0.2 so 7.4, 7.6,8.2 but also 8.0 etc)
2) 0 - 10.0 (steps in 0.25 so 0.25, 1.25, 2.75 but also whole number 5.0 etc)

Options: ReplyQuote


Subject
Written By
Posted
Mysql Data Types
July 19, 2018 09:05PM
July 20, 2018 08:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.