gpt4 book ai didi

amazon-web-services - AWS SimpleDB CLI : How to use the 'select' command?

转载 作者:行者123 更新时间:2023-12-02 15:08:38 27 4
gpt4 key购买 nike

我正在尝试使用 select来自 AWS CLI 的 AWS SimpleDB 命令。

所需调用如下:
select
--select-expression <value>

select-expression描述如下:--select-expression (string) The expression used to query the domain.

The select is supposed to be similar to the SQL select statement ,但是我不断收到有关语法的错误,例如:

aws sdb select --select-expression "select * from my-domain"

An error occurred (InvalidQueryExpression) when calling the Select operation: The specified query expression syntax is not valid.

我也找不到任何关于正确使用语法的文档或示例。

最佳答案

我找到了解决方案 - 结果我需要在查询中使用单引号并在表名周围使用特殊字符:

aws sdb select --select-expression 'select * from `my-domain`'

关于amazon-web-services - AWS SimpleDB CLI : How to use the 'select' command?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45509283/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com