Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL
    • None

    Description

      Function Argument Type(s) Return Type Partial Mode Description
      string_agg(expression,delimiter) (texttext) or (byteabytea) same as argument types No input values concatenated into a string, separated by delimiter

      https://www.postgresql.org/docs/current/functions-aggregate.html

      We can workaround it by concat_ws(delimiter, collect_list(expression)) currently.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: