View Single Post

  #2 (permalink)  
Old 01-19-2008, 11:26 AM
susanta_nj susanta_nj is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
susanta_nj is on a distinguished road
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
__________________
Powered by Yahoo! Answers
Reply With Quote