Changes between Version 17 and Version 18 of Noeud - parcours RHT
- Timestamp:
- Jan 4, 2012 5:03:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Noeud - parcours RHT
v17 v18 79 79 update rht.rhtvs2 set nextdownid=-9999 where noeudmer='t' --1082 lignes 80 80 }}} 81 82 == Noeud source == 83 {{{ 84 #!sql 85 alter table rht.rhtvs2 add column noeudsource boolean default FALSE; 86 -- identification des noeuds source 87 update rht.rhtvs2 set noeudsource=TRUE where id_drain in ( 88 select id_drain from rht.rhtvs2 except ( 89 select rt2.id_drain from rht.rhtvs2 rt1 join rht.rhtvs2 rt2 on rt1.nextdownid=rt2.id_drain) 90 );-- 57493 lignes 91 }}} 92 81 93 82 94 == Identification des différentes zones, manche, Bretagne, Méditerranée, Golfe de Gascogne, Est France, Pyrénnées ==