Thursday, 15 January 2015

Neo4j: How Do I Add COMMENTS to a *.cql (cypher) File? -


The format of the cipher query language in script files still appears a bit unclear ... How do I add comments like this File?

Thank you!

You use double slash for cipher comments

// This is a comment

The file format is of Neo4j-shell, not so much as the cipher.

Use a semicolon to end statement and you can enclose many statements with a BEGIN and COMMIT for a bigger transaction.

You can also order other neo4j-shell commands in it. Like schema --wat


No comments:

Post a Comment