select (regexp_split_to_array ('11--22-333---5555','-+')::int[])[2];select (array[1, 3, 4]::int[])[2];