Home » RDBMS Server » Server Administration » removing space and tab script
removing space and tab script [message #53971] Tue, 22 October 2002 10:19 Go to next message
tony t
Messages: 4
Registered: October 2002
Junior Member
Hello,
I have a column whose data has trailing spaces and tabs.. What update statement can I run to get rid of the trailing tabs and spaces? Thank you,
Re: removing space and tab script [message #53972 is a reply to message #53971] Tue, 22 October 2002 10:51 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
SQL> ed
Wrote file afiedt.buf

  1* select name,length(name),rtrim(name,' '),length(rtrim(name,' ')) from test2
SQL> /

NAME       LENGTH(NAME) RTRIM(NAME LENGTH(RTRIM(NAME,''))
---------- ------------ ---------- ----------------------
new                   7 new                             3
newa                  4 newa                            4
sdf                   3 sdf                             3
ddd  dd d             9 ddd  dd d                       9

Previous Topic: Archivelog Mode
Next Topic: Migrating from 8i to 9i
Goto Forum:
  


Current Time: Thu Sep 19 22:57:08 CDT 2024