Skip to content

Commit 45ac04d

Browse files
Small fix to keywords page for Cypher 5 (#1233)
1 parent 966e9c6 commit 45ac04d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ROOT/pages/syntax/keywords.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ RETURN `true` AS x
5454
1+d|Rows: 1
5555
|===
5656

57+
[NOTE]
58+
The keywords `NOT`, `NULL`, `TYPED`, `NORMALIZED`, `NFC`, `NFD`, `NFKC`, and `NFKD` are not allowed as label names after the keyword `IS` unless they are quoted by backticks.
59+
For example, `CREATE (n IS NOT)` is invalid, but `CREATE (n IS ++`NOT`++)` is allowed.
5760

5861
== List of keywords
5962

0 commit comments

Comments
 (0)