Changes between Version 35 and Version 36 of model building


Ignore:
Timestamp:
May 21, 2010 10:05:58 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • model building

    v35 v36  
    5151name, 
    5252area_cd 
    53  from ccm21.riversegments r 
    54 left join ccm21.catchments c on r.wso1_id=c.wso1_id 
    55 left join ccm21.seaoutlets s on s.wso_id=r.wso_id 
    56 where r.wso_id in (select wso_id from france.wso where area='France') 
     53FROM ccm21.riversegments r 
     54LEFT JOIN ccm21.catchments c ON r.wso1_id=c.wso1_id 
     55LEFT JOIN ccm21.seaoutlets s ON s.wso_id=r.wso_id 
     56WHERE r.wso_id in (SELECT wso_id FROM france.wso WHERE area='France') 
    5757}}}