Hello Lars,
Thanks for your answer. But your function can only filter out the pure number. We looking for the equivalent logic in ORACLE to find the strings which includes numbers. Is there any way we can do in HANA ?
SELECT HM.HTH FROM ASMS.HT_MODIFIED_HEADERS HM
WHERE regexp_like(HM.HTH,'([0-9])' ;
HTH
0007240704160A
0007240705080A
0000310602090K
0005040602230A
0003800602169A
0003800602169A
Thanks in advance