Changes between Version 13 and Version 14 of europe.wso1


Ignore:
Timestamp:
Jun 20, 2011 5:03:02 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • europe.wso1

    v13 v14  
    126126---France 
    127127insert into europe.wso1(wso_id,wso1_id) 
    128     select wso_id, wso1_id from europe.wso1 where area in ('Corse','Bretagne','SeineNormandie','RhoneMediterranee','Loire','Meuse','Rhin','Adour','Garonne','ArtoisPicardie') 
     128    select wso_id, wso1_id from europe.wso1 where area in ('Corse','Bretagne','SeineNormandie','RhoneMediterranee','Loire','Meuse','Rhin','Adour','Garonne','ArtoisPicardie'); 
    129129    update europe.wso1 set area='France' where area IS NULL; 
    130130}}}