XMLWordPrintableJSON

Details

    Description

      array_remove(array, element)

      Removes all occurrences of element from array.

       
      Example:

      > SELECT array_remove(array(1, 2, 3,4,2), 2) FROM src;
      [1,3,4]

      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: