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.htmlFollow the link to run select query:
http://www.sdbexplorer.com/documentatio ... query.html
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/documentation/simpledb--how-to-run-queries.html
Follow the link to run select query:
http://www.sdbexplorer.com/documentation/simpledb--how-to-run-select-query.html