From b5bf2a5d5ad2feb7524817a2dbe26af188df7256 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:05:03 +0800 Subject: [PATCH] Update keywords-and-reserved-words.md --- .../1.nGQL-overview/keywords-and-reserved-words.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md b/docs-2.0/3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md index 5988080b36f..c23f013f4a5 100644 --- a/docs-2.0/3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md +++ b/docs-2.0/3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md @@ -2,13 +2,13 @@ 关键字在 nGQL 中有重要意义,分为保留关键字和非保留关键字。 -非保留关键字作为标识符时可以不使用引号。保留关键字作为标识符时,需要用反引号(\`)将它们括起来,例如 \`AND\`。 +非保留关键字作为标识符时可以不使用引号。保留关键字作为标识符时,需要用反引号(\`)包围,例如 \`AND\`。 !!! Note - 关键字不区分大小写。 - - 中文字符也需要使用反引号(\`)将它们括起来。 + - 非英文(例如中文、韩文)字符也需要使用反引号(\`)包围。 ```ngql nebula> CREATE TAG TAG(name string);