XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.1.0
    • None

    Description

      array_position(array, element) - Returns the position of the first occurrence of element in array.
      Array indexing starts at 1. If the element value is NULL, a NULL is returned.
       
      Example:

      > SELECT array_position(array(1, 2, 3,4,2), 2) FROM src;
      2

      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: