Skip to contents
  • array_length(list = `ANY[]`): Returns the length of the list.

  • array_length(list = `ANY[]`, dimension = BIGINT): array_length for lists with dimensions other than 1 not implemented.

Usage

array_length(list, dimension)

Arguments

list

ANY[]

dimension

BIGINT

Value

BIGINT

Overloads

  • array_length(list = `ANY[]`)

  • array_length(list = `ANY[]`, dimension = BIGINT)

SQL examples

array_length([1, 2, 3])