Skip to content

Commit c6728d9

Browse files
authored
Merge branch 'dev' into nodes-2025-promo
2 parents 3d37d5e + 45ac04d commit c6728d9

File tree

3 files changed

+792
-586
lines changed

3 files changed

+792
-586
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)