Best way to query jsonb field
I can't find any relevent thread other than this one (helpQuerying PG table by JSONB field)
if i have a column like:
what is the best way to find a value where b === 'test'?
does this query work/make sense?
if i have a column like:
what is the best way to find a value where b === 'test'?
does this query work/make sense?