Answers for "save decimal value in mysql"

SQL
1

mysql alter decimal precision

ALTER TABLE YourTableNameHere MODIFY COLUMN YourColumnNameHere decimal(4,2)
Posted by: Guest on September-12-2020
1

mysql decimal

column_name DECIMAL(5,2)
Posted by: Guest on April-29-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language