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!

How to update the Field by Remove Leading Zeroes in Entire table

518282Jun 14 2006 — edited Jun 14 2006
Hi all,

I need an SQL query to update the Table by upadating a particular field(column) by removing all the leading zeroes for all the rows corresponding to that column.
Ex:;
Existing To be changed to::(New Table)

A B New A New B
000011 1 11 1
000012 2 12 2
000013 3 13 3


Thanks in Advance,
plz do reply soon..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2006
Added on Jun 14 2006
25 comments
4,538 views