XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.5.0
    • None
    • None

    Description

      ARRAY_TO_STRING(anyarray, text [, text]) - Concatenates array elements using supplied delimiter and optional null string and returns the resulting string

      eg:
      ARRAY_TO_STRING(ARRAY['1', '2, '3', NULL, '5'], ',', 'k') → '1,2,3,k,5'
      ARRAY_TO_STRING(ARRAY[23, 34, 45], ',') → '23,34,45'

      Attachments

        1. PHOENIX-2101-v1.patch
          50 kB
          Dumindu Buddhika
        2. PHOENIX-2101-v2.patch
          50 kB
          Dumindu Buddhika

        Activity

          People

            Dumindux Dumindu Buddhika
            Dumindux Dumindu Buddhika
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: