Mysql - change the data type of a field in a table to decimal?
alter table table_name modify field decimal(5,2);