The question mark allows to search values in JSONB array: SELECT * FROM tracks WHERE artistnames ? '...
I replaced the question mark operator : SELECT * FROM tracks WHERE artistnames @> '"The Dirt...
The Laravel portal for problem solving, knowledge sharing and community building.
The community