Changes between Version 5 and Version 6 of Noeud - parcours RHT


Ignore:
Timestamp:
Jan 4, 2012 3:53:12 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v5 v6  
    77Intégration de la table avec id_drain, fnode, tnode 
    88{{{ 
     9#!sql 
    910D: 
    1011cd D:\CelineJouanin\RHT_Estimkart\RHT_October_newversion 
     
    4041== Noeuds mer RHT == 
    4142{{{ 
     43#!sql 
    4244drop table if exists rht.noeudmervs2; 
    4345create table rht.noeudmervs2 as select * from rht.rhtvs2 where tnode not in (select fnode from rht.rhtvs2); 
     
    5456}}} 
    5557 
    56 Identification des différentes zones, manche, Bretagne, Méditerranée, Golfe de Gascogne, Est France, Pyrénnées, pb topologie centre France. 
    57  
     58== Identification des différentes zones, manche, Bretagne, Méditerranée, Golfe de Gascogne, Est France, Pyrénnées ==. 
     59{{{ 
     60#!sql 
    5861alter table rht.noeudmervs2 add column zonegeo character varying(30); 
    5962alter table rht.noeudmervs2_polygon add column location character varying(30);