how to convert a double to a decimal mysql code example Example: mysql text to decimal SELECT CAST(colName AS DECIMAL(10,2)) FROM tableName