
- Forum
- Database
- Oracle Database
- how do I get rid of the spaces at the
how do I get rid of the spaces at the
This is a discussion on how do I get rid of the spaces at the within the Oracle Database forums, part of the Database category; begining of a string in the Oracle database?...
-
01-19-2008, 11:52 AM #1sql norvis Guest
how do I get rid of the spaces at the
begining of a string in the Oracle database?
-
01-19-2008, 12:26 PM #2susanta_nj Guest
You can use "trim()" function to do that. Look at Oracle SQL Manual to find out how to use trim() function. If you want to correct data in a table to get rid of leading spaces, use Update with trim function. Did a google search with "oracle trim function" and got lots of hits.
www.google.com

Reply With Quote





