Changes between Version 1 and Version 2 of Recette SQL SommeEffectifs


Ignore:
Timestamp:
Feb 14, 2010 10:02:32 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette SQL SommeEffectifs

    v1 v2  
     1Somme des effectifs du genre Alose (allez voir les codes dans la table ref.tr_taxon_tax) 
    12{{{ 
    23select sum(s.lot_effectif),s.annee,s.mois from( 
    3 select *, extract(month from ope_date_debut) as mois,extract(year from ope_date_debut) as annee from  iav.vue_lot_ope_car where lot_tax_code='2055' 
     4select *, extract(month from ope_date_debut) as mois,extract(year from ope_date_debut) as annee from  iav.vue_lot_ope_car  
     5where lot_tax_code='2055' 
     6and ope_dic_identifiant=5 
    47) as s 
    58group by s.annee,s.mois 
    69order by s.annee,s.mois 
    710}}} 
     11Somme des effectifs d'anguilles en fonction du devenir de lot entre 2002 et 2006 
     12{{{ 
     13select sum(s.lot_effectif),s.annee,s.dev_libelle from( 
     14select *, extract(month from ope_date_debut) as mois,extract(year from ope_date_debut) as annee from  iav.vue_lot_ope_car  
     15where lot_tax_code='2038' --anguille 
     16and ope_dic_identifiant=6 --passe à anguille 
     17and ope_date_debut > '2002-01-01 00:00:00' 
     18and ope_date_debut < '2006-01-01 00:00:00' 
     19) as s 
     20group by s.annee,s.dev_libelle 
     21order by s.annee,s.dev_libelle 
     22}}} 
     23 ||33786||2002||Relâché au droit de la station|| 
     24 ||99||2002||Trépassé|| 
     25 ||29163||2003||Relâché au droit de la station|| 
     26 ||4||2003||Trépassé|| 
     27 ||16503||2004||Relâché au droit de la station|| 
     28 ||41||2004||Trépassé|| 
     29 ||2997||2005||Relâché au droit de la station|| 
     30 ||161||2005||Trépassé|| 
     31 ||14||2005||||