Função String REVERSE(str) no Banco de Dados

Returns the string str with the order of the characters reversed:

mysql> SELECT REVERSE('abc');
        -> 'cba'

Esta função é multi-byte.