JSON 下面是我的表“逻辑”中 JSONB 类型的列之一,我想查询以检查有多少行type
:(中的QUESTION
任何条目conditions
)。
{
"name": null,
"conditions": [
{
"type": "QUESTION",
"question": {
}
},
{
"type": "QUESTION",
"question": {
}
},
{
"type": "FIELD",
"question": {
}
}
],
"expression": "A"
}