Answers for "MySQL query to return decimal"

SQL
1

mysql text to decimal

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

mysql decimal

column_name DECIMAL(5,2)
Posted by: Guest on April-29-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language