SyntaxFix
Write A Post
Hire A Developer
Questions
NUMERIC(3,2) means: 3 digits in total, 2 after the decimal point. So you only have a single decimal before the decimal point.
NUMERIC(3,2)
Try NUMERIC(5,2) - three before, two after the decimal point.
NUMERIC(5,2)