The LTRIM function returns a string representing the source_string with any leading spaces removed.
The LTRIM function has the following format:
LTRIM(source_string)
The LTRIM function accepts the following parameter:
source_string (string)
The LTRIM function returns a string.
Return_value=LTRIM(' Juan ')
Return_value='Juan '
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |