bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access StrReverse() Function

Reverse a string

SELECT StrReverse("SQL Tutorial") AS StringReverse;

Definition and Usage

The StrReverse() function reverses a string and returns the result.

Syntax

StrReverse(
string
)

Parameter Values

ParameterDescription
stringRequired. The string to reverse

Technical Details

Works in:From Access 2000

Previous

MS Access StrConv() Function

Next

MS Access Trim() Function