Answers for "mysql type conversion"

SQL
1

mysql text to decimal

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

mysql type conversion

MySQL Type Conversion
BINARY 'string'
CAST (expression AS datatype)
CONVERT (expression, datatype)
Posted by: Guest on January-14-2021

Code answers related to "mysql type conversion"

Code answers related to "SQL"

Browse Popular Code Answers by Language