Changes between Version 31 and Version 32 of model building


Ignore:
Timestamp:
May 21, 2010 6:19:39 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • model building

    v31 v32  
    1616This is now done in traitement oracle.R 
    1717I have to check that this does not suppress any lines.... 
     18----------------- 
     19draft below 
     20searching for variables agregation 
     21{{{ 
     22delete from ccm21.rivernodes where wso_id in ( 
     23select wso_id from ccm21.seaoutlets where system_cd  in ('C','N','I','H','V') 
     24UNION (select wso_id from ccm21.seaoutlets where  
     25system_cd = 'M' and sea_cd =5)); 
     26}}} 
     27