Skip to content

Commit

Permalink
bilan from attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Mar 4, 2022
1 parent 63b3b35 commit 6a8c74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/chasse/views_chasse.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WITH pre_bilan AS (
join oeasc_chasse.t_saisons ts on ts.id_saison = ta.id_saison
join oeasc_chasse.t_type_bracelets ttb on ttb.id_type_bracelet = ta.id_type_bracelet
join oeasc_chasse.t_attribution_massifs tam on tam.id_saison = ta.id_saison and tam.id_espece = ttb.id_espece and tr.id_zone_cynegetique_realisee = tam.id_zone_cynegetique
join oeasc_chasse.t_zone_cynegetiques tzc on tzc.id_zone_cynegetique = tr.id_zone_cynegetique_realisee
left join oeasc_chasse.t_zone_cynegetiques tzc on tzc.id_zone_cynegetique = tr.id_zone_cynegetique_realisee
GROUP BY
ta.id_saison,
ttb.id_espece,
Expand Down

0 comments on commit 6a8c74f

Please sign in to comment.