i have two table
table1 ( father , mother)
table 2 ( child1:name,age , child2:name, age)
i want to have one table like this
row1: father1,mother1 ,child1 name, child1 age,child2 name,child2 age,...
row2: father2,mother2 ,child1 name, child1 age,child2 name,child2 age,...
table1 ( father , mother)
table 2 ( child1:name,age , child2:name, age)
i want to have one table like this
row1: father1,mother1 ,child1 name, child1 age,child2 name,child2 age,...
row2: father2,mother2 ,child1 name, child1 age,child2 name,child2 age,...
Comment