Ignore not numbers values
Hi,
I have a column containing a number stored as text, and I want to do some calculation on that column. So I'm using TO_NUMBER function, but the problem that some values are not really numbers like '4A' so I want to bypass or ignore the calculations on those values.
Can I do this in SQL without PL/SQL?
Saad,