Cypher: add comments in the language #1392
-
Very useful when adding comments in text files when writing DDL. |
Beta Was this translation helpful? Give feedback.
Answered by
acquamarin
Mar 22, 2023
Replies: 1 comment
-
Hi, Actually, we currently(version 0.0.2) support writing comments in cypher queries:
In the next release, we are planning to change the single line comment to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prrao87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Actually, we currently(version 0.0.2) support writing comments in cypher queries:
//
/* */
In the next release, we are planning to change the single line comment to
--
which follows the SQL standard.