bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access StrReverse() Function

Concept visual

MS Access StrReverse() Function

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

Start at both ends

Example

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

Parameter

Description string

Required. The string to reverse

Technical Details

Works in:

From Access 2000

Previous

❮ MS Access Functions

Next

Previous

MS Access StrConv() Function

Next

MS Access Trim() Function