Mysql
 sql >> Database >  >> RDS >> Mysql

Come convertire una stringa in un decimale?

prova a utilizzare CAST

SELECT CAST(colName AS DECIMAL(10,2))
FROM tableName