sql >> Base de Datos >  >> RDS >> PostgreSQL

Compruebe si el campo existe en la columna de tipo json PostgreSQL

usar -> :

where (json->'attribute') is not null


No