Changes between Version 6 and Version 7 of Correspondance wso_id Bassin versant
- Timestamp:
- Jan 16, 2011 6:53:25 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Correspondance wso_id Bassin versant
v6 v7 31 31 select 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 32 32 select 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 : 34 select 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 37 select 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 40 select 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' 33 41 34 42 }}}