Hi all, I am new to DB2 and am looking for some inspiration on this forum.
I am having a bit of a problem with an issue and hope that the kind souls here can help me with it.
I needed to select records that contain only alphabets. For example,
Column A
X13568J
16879
KT66980
ALPHA
3688908I
235IKL86
RICHTEXT
The query should only extract 'ALPHA' and 'RICHTEXT'.
Thanks.