finishes setup
This commit is contained in:
4
neo4jqueries/analysis_queries/query2.cypher
Normal file
4
neo4jqueries/analysis_queries/query2.cypher
Normal file
@@ -0,0 +1,4 @@
|
||||
// Get count of nodes
|
||||
MATCH (n)
|
||||
RETURN labels(n) AS NodeType, count(*) AS Count
|
||||
ORDER BY Count DESC;
|
||||
Reference in New Issue
Block a user