bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access RTrim() Function

Concept visual

MS Access RTrim() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Remove trailing spaces from a string:

Select

RTrim("SQL Tutorial    ") AS RightTrimmedString;

Definition and Usage

The RTrim() function removes trailing spaces from a string.

Note:

See also the

LTrim() function.

Syntax

RTrim(

string )

Parameter Values

Parameter

Description string

Required. The string to remove trailing spaces from

Technical Details

Works in:

From Access 2000

Previous

❮ MS Access Functions

Next

Previous

MS Access Right() Function

Next

MS Access Space() Function