REVERSE Function

Description

The REVERSE function returns string converted in the reverse order.

Syntax

REVERSE( string )

 

string :

character string

NULL

Example

SELECT REVERSE('CUBRID');

 reverse('CUBRID')

======================

  'DIRBUC'