PostgreSQL - JSON and JSONB
You have a JSONB column
Which query correctly extracts the phone number as text using path extraction?
account with data:{"contact": {"phone": "9876543210", "email": "test@example.com"}}Which query correctly extracts the phone number as text using path extraction?
