mysql change decimal code example Example: mysql alter decimal precision ALTER TABLE YourTableNameHere MODIFY COLUMN YourColumnNameHere decimal(4,2)