Banco de Dados dez 5 2011 Função String REVERSE(str) no Banco de DadosReturns the string str with the order of the characters reversed: mysql> SELECT REVERSE('abc'); -> 'cba' Esta função é multi-byte. comfaa 0 Comentários