Answers for "mysql convert text to float"

SQL
1

mysql text to decimal

SELECT CAST(colName AS DECIMAL(10,2))
FROM tableName
Posted by: Guest on August-11-2020

Code answers related to "mysql convert text to float"

Code answers related to "SQL"

Browse Popular Code Answers by Language