ARRAY_SELECT
array_select(value_list, index_list)
Section titled “array_select(value_list, index_list)”- value_list: T[]
- index_list: BIGINT[]
Example
Section titled “Example”SELECT array_select([10, 20, 30, 40], [1, 4]);SELECT array_select([10, 20, 30, 40], [1, 4]);