Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

StrReverse

Example

Reverse the order of characters in a string.

SELECT StrReverse(“SQL Tutorial”AS StringReverse;

Definition and Usage

The StrReverse() function reverses the characters within a string and returns the reversed string.

Syntax

StrReverse(string)

Parameter Values

Parameter

Description

string

Required. Specifies the string that will be reversed.

Technical Details

Works in:

 From Access 2000