0 votes
in Neo4j by
what is the MATCH command syntax and what is the rule for using it?

1 Answer

0 votes
by

The syntax for MATCH command is:

Match

( “node-name>: )

The rule for using MATCH command is that you cannot use this command alone to fetch data from the database otherwise it will show invalid syntax error.

Related questions

0 votes
asked Nov 4, 2020 in JSON by rahuljain1
+1 vote
asked Aug 20, 2020 in XML by Robindeniel
...