The RTRIM function eliminates trailing spaces from a source string and returns the result.
The RTRIM function has the following format:
RTRIM(source_string)
The RTRIM function accepts the following parameter:
source_string (string)
The RTRIM function returns a string.
Return_value=RTRIM(' JuanJuan ' )
Return_value=' JuanJuan'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |