search in a string
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
0