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