Loading lesson path
Concept visual
Start at both ends
SELECT StrReverse("SQL Tutorial") AS StringReverse;
The StrReverse() function reverses a string and returns the result.
string )
Required. The string to reverse
❮ MS Access Functions
Previous
MS Access StrConv() Function
Next
MS Access Trim() Function