Example
Reverse a string:
SELECT REVERSE('SQL Tutorial');
Definition and Usage
The REVERSE() function reverses a string and returns the result.
Syntax
REVERSE(string)
Reverse a string:
SELECT REVERSE('SQL Tutorial');
The REVERSE() function reverses a string and returns the result.
REVERSE(string)