Stack Overflow Asked by ck22 on December 21, 2020
I have ingested some data in neo4j.All the created nodes have two labels master_node and ICICI but when I run following it gives a negative number (-901)
match(n:ICICI) return count(n)
and when I add the other label.it gives me count of nodes for a different label.
match(n:master_node:ICICI) return count(n)
and when try to fetch nodes using
match(n:ICICI) return n
and when I try to fetch data using both the labels.it gives me data related to different label
match(n:master_node:ICICI) return n;
if u observe carefully that last node has three labels OperatingSystem,master_node,SHILPI_DEV but I Queried with labels master_node and ICICI.
Using Neo4j:3.5.14
Thanks in advance
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP