Mysql – Sql migration for data type change
I have encountered occasion where I have to change database column 'price' 's data type from string to decimal. Problem is in the database there are some incorrect existing values like '120.45.32' this shold corrected into '12045.32'. I have tried,…