How to use MySQL DECIMAL?

I can’t quite get a grasp of MySQL’s DECIMAL. I need the row to be able to contain a number anywhere from 00.0001 to 99.9999. How would I structure it to work like so?

Leave a Comment