Oh wait i think like this is good ``` select * fro...
# sql
j
Oh wait i think like this is good
Copy code
select * from jsonb_array_elements('[1,2,7,4,5]'::jsonb) limit 3 offset 2;