S
sergiogroups
If It have a table T_Contacts:
Name Gender FamilyID
John M 1
Paul M 2
Anna F 1
Kate F 2
And want to create a table T_Couples:
Husband Wife
John Anna
Paul Kate
which is the query to do that?
Name Gender FamilyID
John M 1
Paul M 2
Anna F 1
Kate F 2
And want to create a table T_Couples:
Husband Wife
John Anna
Paul Kate
which is the query to do that?