Amazon SimpleDB
Getting Started Guide (API Version 2009-04-15)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Get Data from a Domain in Amazon SimpleDB

After you put data into the domain, you can run queries against the domain to find items that match your criteria.

Launch instance

In the following exercise, you query the domains for all the items you earlier categorized as clothes.

To query the domain for Clothes items

  1. Select Select from the scratchpad Explore API list box.

    The Select page displays.

  2. Enter the following in the Select Expression field:

    select * from MyStore where Category = 'Clothes'
  3. Click Invoke Request.

    Amazon SimpleDB returns Item_01 (sweater) and Item_02 (sweatpants).

 

Modify data