Hello,
I have 2 columns (Weight and Height) where I need to strip the alpha characters and convert them to numbers (I am required to derive additional columns where I need to present these values in inches, cm, KG, LB, etc. (and thus the need to convert them to numbers). I am too much a novice to understand the best way to convert these columns into numbers (same precision as you see here).
See the image below for a sample of what these columns currently contain. I simply need help with the Oracle SQL code to parse/convert these vales into number. Thanks in advance for your assistance!
Dave