Changes between Version 22 and Version 23 of Cookbook CCM21_Europe


Ignore:
Timestamp:
Mar 18, 2011 4:22:29 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_Europe

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