Hi all, I am a beginner in Cypher and would like to seek for some help here.
I want to merge two sets of data,one is from database table by using ````match` command,other is import from csv file,so my CQL is below:
Match(u:user) return u.name as name...