Skip to content

Commit 038f4e7

Browse files
Update modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 4e02b7a commit 038f4e7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,12 @@ For example, the following query creates a remote database alias with the defaul
482482
.Query
483483
[source, cypher]
484484
----
485-
CREATE ALIAS `remote-with-default-language` FOR DATABASE `northwind-graph-2020`
486-
AT "neo4j+s://location:7687"
487-
USER alice
488-
PASSWORD 'example_secret'
489-
DEFAULT LANGUAGE CYPHER 25
485+
CREATE ALIAS `remote-with-default-language`
486+
FOR DATABASE `northwind-graph-2020`
487+
AT "neo4j+s://location:7687"
488+
USER alice
489+
PASSWORD 'example_secret'
490+
DEFAULT LANGUAGE CYPHER 25
490491
----
491492

492493
To view the remote database alias details, including the default language, use the `SHOW ALIASES FOR DATABASE` command with the `YIELD` clause:

0 commit comments

Comments
 (0)