在amazon simpleDB中,我使用客户名称作为存储桶名称模板。 buckname = com.mycompany.projectname.customerId作为simpledb域名。
但是,使用simpledb select API执行
是成功创建的域 select * from com.mycompany.projectname.customerId
我收到400错误:
AWS Error Code: InvalidQueryExpression, AWS Error Message:
The specified query expression syntax is not valid.
可以以某种方式转义此select语句,还是应该使用备用域命名策略?
答案 0 :(得分:8)
在急性(即)之间包含域名。尝试运行此查询:
select * from `com.mycompany.projectname.customerId`