You seem certain that they are all numbers in the column. You can use to_number() function
to convert to numbers and get the max .
If by chance

one is not a number , it will throw an invalid number error.
You might consider writing a small function to convert to a number and if it is
invalid number return a null or 0 ?
good luck,
Agad