projet_05 / reports /merge_sql.sql
GitHub Actions
🚀 Auto-deploy from GitHub Actions
53af998
raw
history blame
109 Bytes
SELECT *
FROM sirh
INNER JOIN evaluation USING (id_employee)
INNER JOIN sond USING (id_employee);