Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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?...

  1. #1
    sql norvis Guest

    how do I get rid of the spaces at the

    begining of a string in the Oracle database?


  2. #2
    susanta_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


Latest Article

Network Security Risk Assessment and Measurement

Read More...