Home Explore Blog CI



1b35219707957617249cbe96e43b0b3f5ad6a4c4813bc36000000002000055ba.png

Extracted Text
1 MATCH (n) 2 RETURN DISTINCT labels(n) AS NodeTypes, count(*) AS Count 3 ORDER BY Count DESC; X
Explanation
The image shows a code snippet written in Cypher, a graph query language. The code is designed to match all nodes, return distinct labels for each node with a count of each label, and order the results by count in descending order. The snippet also shows a run button and a button to close the code editor.