Changes between Version 27 and Version 28 of Noeud - parcours RHT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v27 v28  
    113113update rht.rhtvs2 t set chemin=sub.chemin from ( 
    114114select text2ltree(ltreetext) as chemin,id_drain from rht.temp_ltree_distance) as sub 
    115  
    116 where t.id_drain=sub.id_drain; --114600 
     115where t.id_drain=sub.id_drain; --114564 lines 
    117116 
    118117-- mise à jour des distances mer 
    119  
     118alter table rht.rhtvs2 add column dmer numeric; 
    120119update rht.rhtvs2 t set dmer=sub.distance from ( 
    121120select distance,id_drain from rht.temp_ltree_distance) as sub 
    122121where t.id_drain=sub.id_drain 
    123 and dmer is null;  --113517 
     122and dmer is null;  -- 
    124123}}} 
    125124