download free 30 days trial version buy simpledb explorer
Documentation   Download   Purchase   Support   FAQs    Forum    ScreenShots & Demos       

operators in AMzon Simple DB Query

Post a reply

what is 2 + 2 ?
Confirmation code
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: operators in AMzon Simple DB Query

Re: operators in AMzon Simple DB Query

Post by Aayushi » Feb 11th, '10, 11:57

Hello,

Amazon simpleDB supports operators like =, ! =, <, > <=, >=, STARTS-WITH, AND, OR, NOT, INTERSECTION AND UNION and the format of query will be
[ ‘Attribute name’ <operator > ‘Search value’ ]
This will return all the rows that matches the query.

Follow the below link for how to run queries:
http://www.sdbexplorer.com/documentatio ... eries.html

Follow the link to run select query:
http://www.sdbexplorer.com/documentatio ... query.html

operators in AMzon Simple DB Query

Post by Kvin » Feb 11th, '10, 10:21

How many operators are being supported by Amazon simpleDB query ?

Top