Hi,
We have a situation like we need to strip of non numeric values and collect only numeric values from VARCHAR(30) field.
Below is the sample data and VARCHAR field can have any of the below values
1) A12345
2)AB12345
3)AB-12345
4)ABCD12345
↧