【发布时间】:2014-09-29 07:01:24
【问题描述】:
我正在尝试从 amazon simple db 获取记录。我发现这篇文章Sorting - Amazon SimpleDB 描述了亚马逊 SimpleDB 中的排序。文章中提到的示例如下
select * from mydomain where Year = '2007' intersection Author is not null order by Author desc
我创建了类似的查询来获取如下结果
SELECT * FROM `TABLE` where DEPT='COMPUTER' and NAME like 'mid%' intersection SAL is not null order by SAL desc
它给了我结果,但它不是按降序排列的
请帮忙。
【问题讨论】:
标签: c# amazon-ec2 amazon-s3 amazon-dynamodb amazon-simpledb