[ 
https://issues.apache.org/jira/browse/TRAFODION-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869409#comment-15869409
 ] 

Qilin Chen commented on TRAFODION-2485:
---------------------------------------

mysql REVERSE() description:
https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_reverse

REVERSE(str)

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

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

This function is multibyte safe.

> function support: Reverse()
> ---------------------------
>
>                 Key: TRAFODION-2485
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2485
>             Project: Apache Trafodion
>          Issue Type: Sub-task
>            Reporter: Qilin Chen
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> add build-in function:
> REVERSE()



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to