`attribute_not_exists' を使い以下のように書くことができます。
この例では属性ageが設定されていないアイテムが抽出されます。
const params: QueryInput = {
// 略
FilterExpression: 'attribute_not_exists(age)'
};
Go to list of users who liked
More than 3 years have passed since last update.
`attribute_not_exists' を使い以下のように書くことができます。
この例では属性ageが設定されていないアイテムが抽出されます。
const params: QueryInput = {
// 略
FilterExpression: 'attribute_not_exists(age)'
};
Register as a new user and use Qiita more conveniently
Go to list of users who liked