Changes between Version 6 and Version 7 of Correspondance wso_id Bassin versant


Ignore:
Timestamp:
Jan 16, 2011 6:53:25 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Correspondance wso_id Bassin versant

    v6 v7  
    3131select r.wso_id as id_bassin, up_area as surface, c.wso_id, c.emu from ccm21.riversegments as r inner join rbd_f1v3.bassin_pose as c on c.wso_id=r.wso_id  where up_area is not null and nextdownid=-9999 and c.emu='Britanny' order by wso_id 
    3232select sum(up_area) as surface from ccm21.riversegments as r inner join rbd_f1v3.bassin_pose as c on c.wso_id=r.wso_id  where up_area is not null and nextdownid=-9999 and c.emu='Britanny' 
     33---surface différente de : 
     34select sum(area_km2) as surface from ccm21.catchments as r inner join rbd_f1v3.bassin_pose as c on c.wso_id=r.wso_id  where area_km2 is not null and c.emu='Britanny' 
     35 
     36---Elbe 
     37select sum(area_km2) as surface from ccm21.catchments as r inner join rbd_f1v3.bassin_pose as c on c.wso_id=r.wso_id  where area_km2 is not null and c.emu='Elbe' 
     38 
     39---Anglian 
     40select sum(area_km2) as surface from ccm21.catchments as r inner join rbd_f1v3.bassin_pose as c on c.wso_id=r.wso_id  where area_km2 is not null and c.emu='Anglian' 
    3341 
    3442}}}