Hi All,
I'm trying the sum values from varchar column but this throws me an error with Invalid number ?
Can i know we can extract number from below examples?
123,
123abc
.123%
I tried using regexp_substr(strng1, '\.*[[:digit:]]+\.*[[:digit:]]*') but tomy luck it fails to sum the column any inputs appreciated?
TIA