Changes between Version 27 and Version 28 of Noeud - parcours RHT
- Timestamp:
- Jan 5, 2012 1:25:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Noeud - parcours RHT
v27 v28 113 113 update rht.rhtvs2 t set chemin=sub.chemin from ( 114 114 select text2ltree(ltreetext) as chemin,id_drain from rht.temp_ltree_distance) as sub 115 116 where t.id_drain=sub.id_drain; --114600 115 where t.id_drain=sub.id_drain; --114564 lines 117 116 118 117 -- mise à jour des distances mer 119 118 alter table rht.rhtvs2 add column dmer numeric; 120 119 update rht.rhtvs2 t set dmer=sub.distance from ( 121 120 select distance,id_drain from rht.temp_ltree_distance) as sub 122 121 where t.id_drain=sub.id_drain 123 and dmer is null; -- 113517122 and dmer is null; -- 124 123 }}} 125 124