Changes between Version 7 and Version 8 of Correspondance wso_id Bassin versant
- Timestamp:
- Jan 16, 2011 6:54:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Correspondance wso_id Bassin versant
v7 v8 40 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' 41 41 42 ---Sardinia 43 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='Sardinia' 44 42 45 }}}