MATCH (a:FileType),(b:FileName),(c:FileSize) where a.md5='84c82835a5d21bbcf75a61706d8ab549' and b.md5='84c82835a5d21bbcf75a61706d8ab549' and c.md5='84c82835a5d21bbcf75a61706d8ab549' return a,b,c
FileName has a relationship (x) with FileType label an...
Hey, thanks for the reply.Suppose we have one node labeled as Filetype with a property of lets say file_name and then I have another node labeled as FileSize which also has a property named as file_name and few other properties.Then I have a other no...