bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access RTrim() Function

Example

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

ParameterDescription
stringRequired. The string to remove trailing spaces from

Technical Details

Works in:From Access 2000

Previous

MS Access Right() Function

Next

MS Access Space() Function