Changes between Version 3 and Version 4 of Correspondance wso_id Bassin versant
- Timestamp:
- Jan 7, 2011 2:58:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Correspondance wso_id Bassin versant
v3 v4 16 16 17 17 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='Western' order by wso_id 18 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='Western' 19 20 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='Basque' order by wso_id 21 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='Basque' 18 22 }}}