Changes between Version 18 and Version 19 of OriaEda


Ignore:
Timestamp:
Nov 23, 2010 3:41:56 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OriaEda

    v18 v19  
    282282-------------------------------------- 
    283283-------------------------------------- 
     284-- this table drops the previous one but final calculations are stored in surf_area_final 
    284285DROP TABLE IF EXISTS clc.surf_area1; 
    285286CREATE TABLE clc.surf_area1 AS(  
     
    326327JOIN ccm21.riversegments r on r.wso1_id=c.wso1_id 
    327328); 
     329-- sauvegarde des données  
     330insert into clc.surf_area_final select * from clc.surf_area1; 
    328331}}} 
     332  [[Image(source:data/Docs/trac/clc/integration_clc_spain.jpeg,600px)]] [[BR]] 
     333 
     334 
    329335= saving and restore scripts = 
    330336{{{