Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ltrim & rtrim
Sorry if this is too simple...when I wish to remove any leading & trailing
spaces from a string in SQL, I have been using e.g.
l_str := ltrim(rtrim(l_str));
This came about from me using ltrim initially to remove trailing spaces.
Is there a built-in that does this more elegantly?
cheers
-- Jeremy
Received on Thu Nov 22 2001 - 10:49:15 CST
![]() |
![]() |