Changes between Version 2 and Version 3 of Franchissabilite piscicole


Ignore:
Timestamp:
May 6, 2010 10:44:19 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Franchissabilite piscicole

    v2 v3  
    2222    where fra_note is not null 
    2323    group by fra_ref_id,fra_esp_id) as sub 
    24     where nombre>1; -- 63 doublons 
     24    where nombre>1; -- 62 doublons (dont un avec 4 données identiques) 
    2525}}} 
    2626 
     
    3636-- 4/ nombre de valeurs totales 
    3737{{{ 
    38 select count (*) from geobs2010.franchissabilite_piscicole -- 24964 
     38select count (*) from geobs2010.franchissabilite_piscicole -- 26510 (ancienne version : 24964) 
    3939}}} 
    4040 
     
    4747    from geobs2010.franchissabilite_piscicole) as distinctes) 
    4848 
    49 ORDER BY fra_ref_id; -- 107 lignes 
     49ORDER BY fra_ref_id; -- 493 lignes (ancienne version : 107 lignes) 
    5050}}} 
    5151 
     
    8282    (SELECT fra_ref_id, fra_esp_id,fra_note FROM duplicated 
    8383    group by fra_ref_id, fra_esp_id,fra_note 
    84     HAVING COUNT(*) > 1) )--115 
     84    HAVING COUNT(*) > 1) )-- 86 (ancienne version :115) 
    8585}}} 
    8686