Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to pick only Numeric values from oracle table.

642949Jun 3 2008 — edited Jun 4 2008
I have a column which contains both numeric and alphanumeric data. I want to fetch only the numeric data from that column.

table have data like:
1a
1
2
d2
f

My query should return only 1,2 not any other value.Any help in this matter is higly appreciated.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2008
Added on Jun 3 2008
5 comments
1,056 views