August 31, 2015 • Tips Neo4j • Bartosz Konieczny
To get nodes which don't have label specified, we can use this Cypher query:
MATCH n WHERE LENGTH(LABELS(n)) = 0 RETURN n
privacy policy © 2014 - 2025 waitingforcode.com. All rights reserved | Design: Jakub Kędziora