Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Mother daughter

Hi all,
The following table i have made:
MotherDaughter
12
13
14
15
My result must be (mother en daughter must be the same in the same table)
MotherDaugther
12
13
14
15
11
But how?
Best regards,
Arjan
1 Solution

Accepted Solutions
Not applicable
Author

Would it help:

[prime table]:

LOAD Mother,

          Daugter

Resident [some table];

concatenate (prime table)

LOAD Distinct Mother,

          Mother as Daughter

Resident [prime table]

View solution in original post

2 Replies
Not applicable
Author

Would it help:

[prime table]:

LOAD Mother,

          Daugter

Resident [some table];

concatenate (prime table)

LOAD Distinct Mother,

          Mother as Daughter

Resident [prime table]

Anonymous
Not applicable
Author

Thanks!!!

Regards,

Arjan