PostgreSQL - JSON and JSONB
What is wrong with this query?
SELECT data->>details->>'color' FROM items;
SELECT data->>details->>'color' FROM items;
-> and ->> is valid if keys are quoted properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions