If the value of the column is a valid number but stored as Character, then you can CAST it as DECIMAL.
But in your case, the column values seem to be alphabets or alphanumeric.
Check the column values, if all the values are numbers, then you should be able to cast it to DECIMAL.
↧