Skip to Main Content

SQL & PL/SQL

Announcement

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!

Substring to fetch only charahters in even postion

ORA_CAREFeb 9 2016 — edited Mar 2 2016

Looking for regular expression function to replace the charachters in odd postion to null value.

example:

Input string = '1213441516871819'

output string = '23456789'

oracle version 11.2

Thanks

This post has been answered by BluShadow on Feb 9 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2016
Added on Feb 9 2016
24 comments
1,867 views