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

Update Apogee-OSE-export.sql

parent a58a9ce8
No related branches found
No related tags found
1 merge request!55Ll bug report services
...@@ -330,7 +330,7 @@ with ...@@ -330,7 +330,7 @@ with
connect_by_isleaf as isleaf connect_by_isleaf as isleaf
from relations rel from relations rel
start with rel.noeud_sup_id is null start with rel.noeud_sup_id is null
connect by prior rel.annee_id = rel.annee_id and prior rel.noeud_inf_id = rel.noeud_sup_id connect by nocycle prior rel.annee_id = rel.annee_id and prior rel.noeud_inf_id = rel.noeud_sup_id
), ),
branches_inutiles as ( branches_inutiles as (
select distinct select distinct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment