私は3つのテーブルを持っています:
1)participant
***********
+id_participant
+id_poste
+name
+email
2) profile_formaion
****************
+id_poste
+id_formation
3) formation
*********
+id_formation
+lable
EXAMPLE:
データ:参加者
1 | 2 | user1 | user1@mail.com
DATA:profile_formation
2 | 3
2 | 4
データ:フォーメーション
1 |lable1
2 |lable2
3 |lable3
4 |lable4
誰でも私を助けることができますどうすればSQLステートメント(参加)を使用して結果を得ることができますか?
データ:結果
1 | 2 | user1 | user1@mail.com | label3
1 | 2 | user1 | user1@mail.com | label4
ありがとう