cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Is there any way to check the syntax of the query before running it?

 
1 REPLY 1

If you want to see the execution plan but not run the statement, prepend your Cypher statement with EXPLAIN. The statement will always return an empty result and make no changes to the database.

https://neo4j.com/docs/cypher-manual/current/query-tuning/query-options/