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.

HeJiaLe
Node
since ‎09-19-2022
‎09-22-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I only have 70 nodes and 100 relationships, when I use a statement to query, if I don't use a limit statement to limit, the web page will crash and the value cannot be queried; this is my query statement: match (n:table)<-[r*1..100]->(b:table) where ...