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.

yuxin
Node
since ‎06-16-2022
‎06-27-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,  I am just starting to use neo4j AuraDB, and I didn't find where I can import Cypher script. I tried the apoc.cypher.runFile suggested in this link, but unfortunately I got the error saying that "There is no procedure 'apoc.cypher.runFile' not...
Hello, everyone, I am wondering of the "limit" clause in cypher and I searched its documentation but have not found an explanation yet. How does the "Limit" limit nodes, based on what criteria?e.g. if I runmatch (n) return n limit 10then 10 nodes wil...