Skip to contents

Extract the indexth (1-based) value from the list.

Usage

list_extract(list, index)

Arguments

list

T[] | VARCHAR

index

BIGINT

Value

T | VARCHAR

SQL examples

list_extract([4, 5, 6], 3)