You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Qilin Chen (JIRA)" <ji...@apache.org> on 2017/02/16 07:37:41 UTC

[jira] [Commented] (TRAFODION-2485) function support: Reverse()

    [ 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)