Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-3253

Add documentation about split_part built-in function

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • any
    • any
    • documentation
    • None

    Description

      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.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Yuan_Liu Yuan Liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: