You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Yuan Liu (JIRA)" <ji...@apache.org> on 2019/01/04 03:05:00 UTC

[jira] [Created] (TRAFODION-3253) Add documentation about split_part built-in function

Yuan Liu created TRAFODION-3253:
-----------------------------------

             Summary: Add documentation about split_part built-in function
                 Key: TRAFODION-3253
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3253
             Project: Apache Trafodion
          Issue Type: Documentation
          Components: documentation
    Affects Versions: any
            Reporter: Yuan Liu
             Fix For: any


Currently we support split_part built-in function ,but it is not documented.

 

SQL>select split_part('我:@你:@他',':@',1) from dual;

(EXPR)
--------------
我

--- 1 row(s) selected.

 

SQL>select split_part('aaa:bbb:ccc',':',3) from dual;

(EXPR)
-----------
ccc

--- 1 row(s) selected.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)