SQL Language (MOSC)

MOSC Banner

search in a string

edited Nov 18, 2013 9:52AM in SQL Language (MOSC) 6 commentsAnswered ✓
 Hi, i've a new problem with a string..
I have a table 'mytable' with 2 column,  'cod' and 'desc'.
In this table there is rows with same description but different code and i want search only rows that have only number in the column 'cod'.

For example :

1234      Italy
1A67      Italy
5489       Germany
4379       France
9Y87      France 
........




I would like the query return me :

1234  Italy
5489  Germany
4379   France
.......

Thank's for help 

Reguards

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center