Changes between Version 17 and Version 18 of Noeud - parcours RHT


Ignore:
Timestamp:
Jan 4, 2012 5:03:43 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v17 v18  
    7979update rht.rhtvs2 set nextdownid=-9999 where noeudmer='t' --1082 lignes 
    8080}}} 
     81 
     82== Noeud source == 
     83{{{ 
     84#!sql 
     85alter table rht.rhtvs2 add column noeudsource boolean default FALSE; 
     86-- identification des noeuds source 
     87update rht.rhtvs2 set noeudsource=TRUE where id_drain in ( 
     88select id_drain from rht.rhtvs2 except ( 
     89select rt2.id_drain from rht.rhtvs2 rt1 join rht.rhtvs2 rt2 on rt1.nextdownid=rt2.id_drain) 
     90);-- 57493 lignes 
     91}}} 
     92 
    8193 
    8294== Identification des différentes zones, manche, Bretagne, Méditerranée, Golfe de Gascogne, Est France, Pyrénnées ==