PostgreSQL - JSON and JSONB
Which operator would you use to extract the value of a JSON key as plain text in PostgreSQL?
->> operator extracts the JSON field value as plain text.-> operator returns JSON, while #> and #>> are for JSON path extraction, not simple key extraction.->> operator = Extract JSON field as text [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions