Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The REVERSE function returns string converted in the reverse order.
REVERSE( string )
string :
• character string
• NULL
SELECT REVERSE('CUBRID');
reverse('CUBRID')
======================
'DIRBUC'