0
[{
"forms": [{
"id": "f1",
"title": "Form1",
"update_history": [{
"version": "A",
"updated_at": "2016-12-10 12:12:10"
}, {
"version": "B",
"updated_at": "2017-01-01 05:17:19"
}, {
"version": "C",
"updated_at": "2017-02-07 03:22:39"
}]
},{
"id": "f2",
"title": "Form2",
"update_history": [{
"version": "B",
"updated_at": "2016-12-10 12:12:10"
}, {
"version": "C",
"updated_at": "2017-01-01 05:17:19"
}, {
"version": "D",
"updated_at": "2017-02-07 03:22:39"
}]
},{
"id": "f3",
"title": "Form13",
"update_history": [{
"version": "A",
"updated_at": "2016-12-10 12:12:10"
}, {
"version": "E",
"updated_at": "2017-01-01 05:17:19"
}, {
"version": "F",
"updated_at": "2017-02-07 03:22:39"
}]
}]
}]
我上面的數據存儲在Dynamo-DB表中。表單對象是父對象。 update_history嵌套對象中有3個列表數據。我想要所有具有版本A的列表數據。請建議我查詢相同的內容。如何在DynamoDB中使用FilterExpression爲嵌套的Json屬性應用SCAN查詢PHP中的查詢