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.

jatc1024
Node
since ‎10-09-2020
‎06-01-2022

User Statistics

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

User Activity

I am trying to count the number of relationships (c:Cell)-[:EXPRSSED_IN]->(g:Gene) by using the query: CYPHER runtime=pipelined MATCH (c:Cell)-[r:EXPRESSED_IN]->(g:Gene) WHERE c.id >= 0 AND c.id < 6000 RETURN count(*) AS count; The query executed s...
After downloading the neo4j enterprise version 4.1.3, I launch it and receive the error "java.lang.IllegalStateException: Unsupported component state for 'multi-database': The sub-graph is unsupported because it is too old, this component cannot func...