Changes between Version 4 and Version 5 of Correspondance wso_id Bassin versant


Ignore:
Timestamp:
Jan 7, 2011 2:58:41 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Correspondance wso_id Bassin versant

    v4 v5  
    66Nombre de bassin versant  
    77{{{ 
     8---France 
    89select up_area, wso_id from ccm21.riversegments where up_area is not null and nextdownid=-9999 
    910select up_area, wso_id from ccm21.riversegments where nextdownid=-9999 order by up_area 
     
    1516select up_area, wso_id, wso1_id from ccm21.riversegments where nextdownid=-9999 order by wso_id 
    1617 
     18---Western 
    1719select 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 
    1820select 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' 
    1921 
     22---Basque 
    2023select 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 
    2124select 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'