SQL REVERSE Function

Example

Reverse a string:

SELECT REVERSE('SQL Tutorial');

Definition and Usage

The REVERSE() function reverses a string and returns the result.

Syntax

REVERSE(string)

Continue reading SQL REVERSE Function