Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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
- links to