The REVERSE function returns string converted in the reverse order.
REVERSE( string )
string :
• character string
• NULL
SELECT REVERSE('CUBRID');
reverse('CUBRID')
======================
'DIRBUC'