Skip to content

Find data from json/jsonb column by array in Postgresql

I have a column with json/jsonb data. Database is postgresql.

column data sample

I am trying to search as an array of data from json/jsonb column.

What’s best or right way to do it?

Advertisement

Answer

Solved:

User contributions licensed under: CC BY-SA
4 People found this is helpful