How to execute Cypher in a file?

前端 未结 6 1217
情深已故
情深已故 2021-01-04 01:39

I am working on windows. I have created a text file of Cypher query using notepad. How can I run the query in the file using Neo4jShell or Neo4j web interface console.

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-04 02:07

    ./bin/neo4j-shell -path ../data/databases/ -c < commands.cql

    on Neo4j 3.2.1

提交回复
热议问题