Copy data from a database to another one on the same server
closed
Xavier Pilas
Would that be possible to do a match query on one database and the merge on another database to be able to transfer data easily?
MATCH (n:DB1.Node) where n.year = 2015 MERGE (n:DB2.NewNode {name: n.name})
Aman Singh
marked this post as
closed