For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello All,
In Oracle 19c, how can I do the following in xquery? I want to get all characters until numeric values.
I need to equivalent of the following in xquery.
select regexp_substr('ABC12', '[a-zA-Z]+', 1) from dual;
Thanks in advance