在AWS DynamoDB中,查询的格式应如何构造以发送条件为“大于”的呼叫?

时间:2020-06-07 16:10:05

标签: amazon-web-services amazon-dynamodb dynamodb-queries

我想对我的表的主键运行一个大于查询的查询。
后来我才知道greater than查询只能在sort keys上执行,而不能在primary keys上执行。因此,我现在重新设计了表格,这是新表格的屏幕截图:(StoreID是主键,而OrderID是Sort键)

sample table screenshot


如果要运行类似return those items whose 'OrderID' > 1005的查询,应该如何设置查询的格式?
更具体地说,在查询条件中我应该提到什么以满足我的要求?

非常感谢!

1 个答案:

答案 0 :(得分:1)

您可以使用以下CLI命令运行查询“返回storeid ='STR100',其'OrderID'> 1005的商店中的那些项目”。

setState