A voir également:
- Pb : requete sql ds mysql (pb de clef etrange
- Clef windows - Guide
- Blob sql ✓ - Forum Webmastering
- Sql (+) - Forum Programmation
- Requete http - Guide
- Mysql download - Télécharger - Bases de données
2 réponses
id_type_form est défini dans les tables formation et type_form donc quand tu fais un select il faut préciser de quelle table il s'agit :
"select formation.id_type_form, type_form from type_form,formation where formation.niveau='2' and formation.id_type_form=type_form.id_type_form" fera l'affaire
"select formation.id_type_form, type_form from type_form,formation where formation.niveau='2' and formation.id_type_form=type_form.id_type_form" fera l'affaire