We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1d81b commit e20cb3aCopy full SHA for e20cb3a
modules/ROOT/pages/database-administration/standard-databases/naming-databases.adoc
@@ -18,7 +18,7 @@ Support for database names starting with a numeric character is available from N
18
[NOTE]
19
====
20
The `-` (dash) and `.` (dot) characters are not legal in Cypher variables.
21
-Names containing a `-` or tha begin with a numeric character must be enclosed within backticks.
+Names containing a `-` or that begin with a numeric character must be enclosed within backticks.
22
For example, `CREATE DATABASE ++`main-db`++` is a valid database name.
23
Database names are the only identifier for which dots do not need to be quoted.
24
For example `main.db` is a valid database name.
0 commit comments