![]() ![]() |
|
![]() ![]() ![]() ![]() |
|
![]() |
![]() 8.7.2 Afficher une table par pair de jumeau
Chaque interview est conclu par un status appelé select t1.event, t2.event, count(*) from lentus as t1, lentus as t2, twin_project as tp where /* We are looking at one pair at a time */ t1.id = tp.id and t1.tvab=tp.tvab and t1.id = t2.id /* Just the sceening survey */ and tp.survey_no = 5 /* This makes each pair only appear once */ and t1.tvab='1' and t2.tvab='2' group by t1.event, t2.event; |