Skip to main content

salaires_fronti

masse salariale maintenance : 

SELECT EMPLOYES.NomPrenom, HEURE_MOIS.MOIS, HEURE_MOIS.CoutSalaireMois
FROM EMPLOYES RIGHT JOIN HEURE_MOIS ON EMPLOYES.NumAuto = HEURE_MOIS.IDemploye
WHERE (((HEURE_MOIS.AN)=2023) AND ((EMPLOYES.IdResponsable)=1268));