Hi All,
I have a column in my table <colm1> which has alphanumeric data like 123,abc,123abc,234,bcd,234bcd. I have a requirement where I need to select only the numeric data (only 123,234 etc) from this table.
If possible can you guide me on how to achieve it ?
Regards,