jar
select jsonb_path_query_array('[1,2,7,4,5]'::jsonb, ('$[0 to 2]'));
select jsonb_path_query_array('[1,2,7,4,5]'::jsonb, ('$[0 to '||2||']'));