PostgreSQL - JSON and JSONB
Why does this query cause an error?
SELECT data->>'name' FROM users WHERE data->'age' > 25;SELECT data->>'name' FROM users WHERE data->'age' > 25;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions