Skip to content
Snippets Groups Projects
Commit 8e943cb2 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update service_correction_bdd.md

parent 6f3746f0
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,11 @@ SELECT
/* Identifiants */
s.id service_id,
vh.id volume_horaire_id,
vh.auto_validation auto_validation,
vvh.validation_id validation_id,
vh.contrat_id contrat_id,
/* Heures */
vh.heures
vh.heures heures
FROM
volume_horaire vh
JOIN service s ON s.id = vh.service_id AND s.histo_destruction IS NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment