Skip to content

Commit 132c475

Browse files
Update select-version.adoc
1 parent b901cd5 commit 132c475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To alter the default Cypher version on an existing database, add `SET DEFAULT LA
7575
.Cypher 25
7676
[source,cypher]
7777
----
78-
ALTER DATABASE movies DEFAULT LANGUAGE CYPHER 25
78+
ALTER DATABASE movies SET DEFAULT LANGUAGE CYPHER 25
7979
----
8080

8181
======
@@ -85,7 +85,7 @@ ALTER DATABASE movies DEFAULT LANGUAGE CYPHER 25
8585
.Cypher 5
8686
[source,cypher]
8787
----
88-
ALTER DATABASE actors DEFAULT LANGUAGE CYPHER 5
88+
ALTER DATABASE actors SET DEFAULT LANGUAGE CYPHER 5
8989
----
9090

9191
======

0 commit comments

Comments
 (0)