Skip to content

ARRAY_POSITION

  • list: T[]
  • element: T
SELECT array_position([1, 2, NULL], 2);