DaveBirdsall commented on a change in pull request #1767: [TRAFODION-3254] Add *SPLIT_PART Function* in Trafodion SQL Reference Manual URL: https://github.com/apache/trafodion/pull/1767#discussion_r248086044
########## 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_`. Review comment: I think you mean "field_position" rather than "filed_position" (here, and below) ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
