Changes between Version 32 and Version 33 of model building
- Timestamp:
- May 21, 2010 8:58:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
model building
v32 v33 16 16 This is now done in traitement oracle.R 17 17 I have to check that this does not suppress any lines.... 18 -----------------19 draft below20 searching for variables agregation21 {{{22 delete from ccm21.rivernodes where wso_id in (23 select wso_id from ccm21.seaoutlets where system_cd in ('C','N','I','H','V')24 UNION (select wso_id from ccm21.seaoutlets where25 system_cd = 'M' and sea_cd =5));26 }}}27 18 19