How to find all records which contains only alphabets in a column?
617793Jan 15 2008 — edited Jan 16 2008How to find all records which contains only alphabets, in a column which is VARCHAR2?
Column <ColumnX> in table <TABLE1> contains data like:
ABC123
ABC23456789
ABCDEFG
234567890
45654855
rewtyyyu
We need all rows which have column <ColumnX> in table <TABLE1> containing:
ABCDEFG
rewtyyyu
Thanks,
Amitabh