To identify non numeric characters
524303Oct 3 2006 — edited Nov 3 2010Hi ,
Is there a way to write a sql query to identify only the rows of a field that has non numeric characters.
Ex:
Column A
100
one
150/20
two
twenty two
300
Is there a way to write a SQL stmt to filter out only non numeric characters of this column to output
Col A
one
two
twenty two
Thanks in advance for your help.