Changes between Version 21 and Version 22 of Cookbook CCM21_Europe


Ignore:
Timestamp:
Mar 11, 2011 10:18:03 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_Europe

    v21 v22  
    219219delete from europe.wso where wso_id='291112' and area='Italy'; 
    220220delete from europe.wso where wso_id='442529' and area='Spain'; 
    221 }}} 
     221delete from europe.wso where wso_id='130439' and area='Italy'; 
     222insert into europe.wso(wso_id) values ('130439'); 
     223UPDATE europe.wso set area='France' where area IS NULL; 
     224delete from uga2010.wso where wso_id='442353' and uga='RhoneMediterranee'; 
     225}}}