PostgreSQL - JSON and JSONB
You have a
jsonb column but your query using @> operator returns an error. What is the most likely cause?jsonb column but your query using @> operator returns an error. What is the most likely cause?@> operator works only with jsonb type, not json.json, using @> causes an error. Syntax or invalid data usually cause different errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions