Hi everyone first time here hope someone could help me, I need a SEL statment from speciefied column to only show speciefied text with number, example below:
ID (column name)
================= ID1 ID2 ID3 IDabc abcID abcID123
The output should be only ID part that also has a number next to it, result i should get is:
ID1 ID2 ID3 ID123
Solved! Go to Solution.
Thank you that worked i've only added + after d to get leading numbers
Yes, of course, I forgot the '+'.