Bonjour,
Je travail avec sql server2008,Je cherche à écrire une requête ayant cette structure:
Update examen set (note=X where code_matière=1,Note =Y where code_matière=2,Note=Z where code_matière=3) where code_etudiant=11
Est ce possible ?
Merci
Bonjour,
Je travail avec sql server2008,Je cherche à écrire une requête ayant cette structure:
Update examen set (note=X where code_matière=1,Note =Y where code_matière=2,Note=Z where code_matière=3) where code_etudiant=11
Est ce possible ?
Merci
Partager