I have data stored in this format in amazon simpledb
source code success
fa.php 987439aa true
ga.php aa84892 false
how do i wrtie this type of query in simpledb
select * from domain_name where source = 'fa.php'
and code='ANy thing' and success = 'true'
How do i write code part in the above query