Reverse the order of characters in a string.
SELECT StrReverse(“SQL Tutorial”) AS StringReverse; |
The StrReverse() function reverses the characters within a string and returns the reversed string.
StrReverse(string) |
Parameter |
Description |
string |
Required. Specifies the string that will be reversed. |
Works in: |
From Access 2000 |