Contents Index ROUND function [Numeric] SECOND function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

RTRIM function [String]


Function 
Syntax 

RTRIM ( string-expression )

Parameters 

string-expression    The string to be trimmed.

Standards and compatibility 
See also 

LTRIM function [String]

Example 

The following statement returns the string Test Message, with all trailing blanks removed.

SELECT RTRIM( 'Test Message     ' )

Contents Index ROUND function [Numeric] SECOND function [Date and time]