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 079abb0 commit b54b567Copy full SHA for b54b567
modules/ROOT/pages/tools/cypher-shell.adoc
@@ -409,6 +409,7 @@ type example.cypher | bin/cypher-shell.bat -u neo4j -p <password> --format plain
409
410
Cypher Shell supports querying based on parameters.
411
Use `:param <Cypher Map>` to set parameters or the older arrow syntax `:param name => <Cypher Expression>`.
412
+When using the arrow syntax, expressions are restricted to a single line.
413
List current parameters with `:param`.
414
Clear parameters with `:param clear`.
415
0 commit comments