Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • SQL
    • None

    Description

      Function Description Example Result
      || element-to-array concatenation 3 || ARRAY[4,5,6] {{ {3,4,5,6}

      }}

      || array-to-element concatenation ARRAY[4,5,6] || 7 {{ {4,5,6,7}

      }}

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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            petertoth Peter Toth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: