I have 3 tables
Table1: Table2: Table3:
**Users** **Posts** **Articles**
Name| Title| Title|
Raj Post1 Article1
Sujay Post2 Article2
Bijay Post3 Article3
Jijay Post4 Article4
Now I want to do combine all possible combination of them and put it into another table
Like I want to put it in a table tmp_all_cobinations
Table: **tmp_all_combinations**
Name
Raj.Post1.Aticle1
Raj.Post1.Aticle2
Raj.Post1.Aticle3
Raj.Post1.Aticle4
Raj.Post2.Aticle1
...
Raj.Post3.Aticle1
....
Sujay.
....
in this way