[ 
https://issues.apache.org/jira/browse/TRAFODION-3254?focusedWorklogId=185618&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185618
 ]

ASF GitHub Bot logged work on TRAFODION-3254:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Jan/19 07:15
            Start Date: 16/Jan/19 07:15
    Worklog Time Spent: 10m 
      Work Description: liuyu000 commented on pull request #1767: 
[TRAFODION-3254] Add *SPLIT_PART Function* in Trafodion SQL Reference Manual
URL: https://github.com/apache/trafodion/pull/1767#discussion_r248171448
 
 

 ##########
 File path: 
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
 ##########
 @@ -8829,6 +8829,222 @@ with the character set specified by _char-set-name_.
 SPACE(3)
 ```
 
+<<<
+[[split_part_function]]
+== SPLIT_PART Function
+
+The SPLIT_PART function returns the n^th^ substring that is split on the 
defined `_delimiter_` and `_filed-position_`.
+
+SPLIT_PART is a Trafodion SQL extension.
+
+`SPLIT_PART (_source-string, delimiter, filed-position_)`
+
+[[syntax_description_of_split_part]]
+=== Syntax Description of SPLIT_PART
+
+* `_source-string_`
++
+is a string to be split. 
++
+NOTE: The `_source-string_` must be character and cannot be NULL.
+
+* `_delimiter_`
++
+is a delimiter to split a `_source-string_`.
++
+The delimiter can contain multiple characters, not just a single character. 
Multiple characters are considered as a whole, not individually. For example, 
if the delimiter is "coder", then the source-string is split around "coder" 
rather than "c", "o", "d", "e" and "r".
 
 Review comment:
   :raising_hand: 💯 😁 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 185618)
    Time Spent: 2h 20m  (was: 2h 10m)

> Add *SPLIT_PART Function* in Trafodion SQL Reference Manual
> -----------------------------------------------------------
>
>                 Key: TRAFODION-3254
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3254
>             Project: Apache Trafodion
>          Issue Type: Documentation
>            Reporter: Liu Yu
>            Assignee: Liu Yu
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to