Question

Mysql - change the data type of a field in a table to decimal?


Answer

alter table table_name modify field decimal(5,2);


Post Feedback

Latest

Popular