1

我的 sql 查询看起来像

SELECT cate_id, MAX( book_price)
FROM book_mast
GROUP BY cate_id;

我是 dynamodb 的新手,但我正在尝试将以前的查询转换为 dynamoose 查询。

4

0 回答 0