View Full Version : Any way to make MYSQL do NOT remove nulls at the end of number?
Samuell
03-07-2008, 11:22 AM
Is that possible?
I mean is it possible to hold in db numbers like 6.780 or 0.30 or 9.00?
Thanks in advance!
city_coder
03-07-2008, 12:35 PM
Would it be best to use the field type in your database as a decimal???
I presume your just using it as a flat Int or Double?
I suggest changing it to decimal to see what happens. Do a test table and see how it fares if you insert into it.
Dont know anything else i could suggest, unless someone else has an idea?
Hope its helped
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.