cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Relationship between two fields of two nodes

Hi,
I have two tables.
fields of table 1: 'A', 'B', 'C'
fields of table 2:'A', 'D', 'E'

and I want to create relation between all records in field 'A' of table 1 and field 'A' of table 2.
How can I do this using cypher?

2 REPLIES 2

go through this How-To: Neo4j ETL Tool - Developer Guides to import rdbms to neo4j

Benoit_d
Graph Buddy

Are the fields already loaded in neo4j? (if not what kind of source?)
Is there a condition to consider, to join the values from T1.A to T2.A? same value or all (=cross join)