I have csv file with two column as source and target.
I need to make all to all relationship between all the element in the target column of each respective source.
here is my query, I am not able to make all to all relationship.
LOAD CSV with heade...