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!

Remove specific digit from number

jfosteroracleAug 27 2009 — edited Aug 27 2009
I need to change a 13-digit number to a 12-digit number by removing a specific digit. For example:

1012200912003

I need to remove the 3rd digit from the right, so that the number would be:

101220091203

How can I do that in SQL?

Thanks in advance!

John
This post has been answered by Karthick2003 on Aug 27 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2009
Added on Aug 27 2009
11 comments
2,999 views