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 ...@@ -25,10 +25,11 @@ SELECT
/* Identifiants */ /* Identifiants */
s.id service_id, s.id service_id,
vh.id volume_horaire_id, vh.id volume_horaire_id,
vh.auto_validation auto_validation,
vvh.validation_id validation_id, vvh.validation_id validation_id,
vh.contrat_id contrat_id, vh.contrat_id contrat_id,
/* Heures */ /* Heures */
vh.heures vh.heures heures
FROM FROM
volume_horaire vh volume_horaire vh
JOIN service s ON s.id = vh.service_id AND s.histo_destruction IS NULL 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