Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> number only
I have a column with data such as :
abc123
123
abcde
I want to write a query which returns only numbers from the column , if
there are none, then default to 999
So i would have:
123
123
999
Any ideas on the syntax?
Thanks
![]() |
![]() |