convert list value to MYSQL type code example Example: mysql text to decimal SELECT CAST(colName AS DECIMAL(10,2)) FROM tableName