PostgreSQL - JSON and JSONB
Consider the query:
If this query returns NULL unexpectedly, what is the most likely cause?
SELECT data #>> '{address,city}' FROM customers;If this query returns NULL unexpectedly, what is the most likely cause?
