【发布时间】:2019-06-25 16:56:17
【问题描述】:
在 Google Cloud DataStore 中使用“Query by GQL”编辑器时,如何在 GQL 中添加 cmets?以下不起作用
--
#
//
/* ... */
如果我使用--,Google Cloud DataStore 编辑器似乎会突出显示文本作为注释,但是当我运行查询时会显示以下错误:
GQL Query error: Lexical error
这里没有提到cmets:
GQL - Unsupported features and behavior differences from MySQL/Python GQL
由于 GQL 可能与 MySQL 最相似,我希望以下任一方法都可以工作,因为它们都代表 MySQL 中的 cmets:
--
#
【问题讨论】:
标签: google-cloud-platform google-cloud-datastore gql