in postgresql:
1) select * from t where \'apple\' = any(t.column) 2) select * from t where t.column->>\'name\' = \'apple\'
anyone known