PostgreSQL - JSON and JSONB
What does the PostgreSQL operator
->> do when used on a JSON column?->> do when used on a JSON column?->> operator->> operator extracts the value of a key from a JSON object and returns it as plain text.-> operator-> operator returns the value as JSON, not text. So ->> is used when text output is needed.->> returns text [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions