finishes setup
This commit is contained in:
4
neo4jqueries/analysis_queries/query8.cypher
Normal file
4
neo4jqueries/analysis_queries/query8.cypher
Normal file
@@ -0,0 +1,4 @@
|
||||
// LOOK for 999 Treatments for diseases
|
||||
MATCH p=()-[:TREATS]->()
|
||||
RETURN p
|
||||
LIMIT 999;
|
||||
Reference in New Issue
Block a user