phpMyAdmin need to show decimal
Posted: Wed Apr 02, 2014 3:24 am
I have a column showing "number of weeks" the trouble i am having is some of the weeks are not full so i have 14, 9, and 4.333333 weeks
i have tried
type DECIMAL 10,2 and 10, 6 but this is just showing 4.00 or 4.000000
i also tried float and this is showing the same
i need the decimal to show the only value 4.333333
i have tried
type DECIMAL 10,2 and 10, 6 but this is just showing 4.00 or 4.000000
i also tried float and this is showing the same
i need the decimal to show the only value 4.333333