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.

...