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!

Setting Column to Trim of Itself - Not Working

Christine1111Jun 21 2011 — edited Jun 21 2011
Hello,

I'm trying to update a column in a table using the following code:
UPDATE pweb.pweb_tos
   SET tos_code = TRIM(tos_code);
For some reason it is not working. When I select the column using the TRIM function it does trim the white space, but the update is not working.

By the way - I did do a dump(tos_code) of the column and verified that it is in fact white space at the end.

Any help would be appreciated.....

Thanks!
Christine
This post has been answered by 6363 on Jun 21 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2011
Added on Jun 21 2011
8 comments
1,328 views