Changes between Version 19 and Version 20 of Cookbook CCM21_Europe


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_Europe

    v19 v20  
    184184}}} 
    185185||!SeineNormandie||332670, 337665||A mettre dans area France|| 
     186 
     187{{{ 
     188---SeineNormandie 
     189insert into europe.wso(wso_id) values ('332670'),('337665'),('342310'); 
     190UPDATE europe.wso set area='France' where area IS NULL; 
     191---Corse 
     192insert into europe.wso(wso_id) values ('263289'),('261207'),('261251'); 
     193UPDATE europe.wso set area='France' where area IS NULL; 
     194---RMC 
     195insert into europe.wso(wso_id) values ('238201'),('434444'),('434159'),('433693'),('432880'),('432326'),('433584'),('434407'),('440607'),('432933'); 
     196UPDATE europe.wso set area='France' where area IS NULL; 
     197---Garonne 
     198insert into europe.wso(wso_id) values ('394204'); 
     199UPDATE europe.wso set area='France' where area IS NULL; 
     200---Bretagne 
     201insert into europe.wso(wso_id) values ('353376'),('352555'); 
     202UPDATE europe.wso set area='France' where area IS NULL; 
     203}}} 
     204 
     205{{{ 
     206delete from europe.wso where wso_id='291126' and area='Spain'; 
     207delete from europe.wso where wso_id='442494' and area='Spain'; 
     208delete from europe.wso where wso_id='445532' and area='Spain'; 
     209delete from europe.wso where wso_id='510766' and area='Spain'; 
     210delete from europe.wso where wso_id='442508' and area='Spain'; 
     211delete from europe.wso where wso_id='129681' and area='Italy'; 
     212delete from europe.wso where wso_id='129487' and area='RhoneMediterranee'; 
     213delete from europe.wso where wso_id='442353' and area='RhoneMediterranee'; 
     214insert into europe.wso(wso_id) values ('442529'); 
     215UPDATE europe.wso set area='RhoneMediterranee' where area IS NULL; 
     216insert into uga2010.wso(wso_id) values ('442529'); 
     217UPDATE uga2010.wso set uga='RhoneMediterranee' where uga IS NULL; 
     218}}}