How to get items from dynamoDB using 'where' condition?
For example,
select 'names' from Employee where dept="billing"
(I want to get all the names from Employee table whose department is "billing")
How to write a query for this in Java code? Explained with example code is much appreciated. Thank you.
Aucun commentaire:
Enregistrer un commentaire