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)

Reply via email to