4D v14

RTRIM

Home

 
4D v14
RTRIM

RTRIM  


 

 

Command RTRIMRTRIM (arithmetic_expression[, arithmetic_expression])

The RTRIM function removes any empty spaces from the end of the arithmetic_expression. The optional second arithmetic_expression can be used to indicate specific characters to be removed from the end of the first arithmetic_expression.

Example  

This example removes any empty spaces from the ends of the product names:

SELECT RTRIM(Name)
FROM PRODUCTS;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

LTRIM
TRIM

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)