lundi 27 juillet 2015

Getting items from Amazon DynamoDB using 'where' condition

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