Answer the question
In order to leave comments, you need to log in
How to parse a nested Postgres JSONB[] array?
I have a table
CREATE TABLE posts (
id uuid PRIMARY KEY,
tags jsonb[]
);
{"{\"color\": 35, \"number\": 21}","{\"color\": 54, \"number\": 2}"}
post_id | color | number
** | 54 | 21
** | 35 | 2
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question