Details

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

    Description

      array_union(array1, array2)

      Returns an array of the elements in the union of array1 and array2 without duplicates.

       

      SELECT array_union(array(1, 2, 2, 3), array(1, 3, 5));
      [1,2,3,5]
      

       

      Attachments

        Issue Links

          Activity

            People

              tarak271 Taraka Rama Rao Lethavadla
              tarak271 Taraka Rama Rao Lethavadla
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: