PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Controlla se il campo esiste nella colonna di tipo json PostgreSQL

usa -> :

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


No