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


Ignore:
Timestamp:
Jan 4, 2012 4:56:20 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v16 v17  
    7373update rht.rhtvs2 SET nextdownid=id_drainaval from rht.fromnodetonodevs2 ft where id_drain=ft.id_drainamont; 
    7474 
     75select  * from rht.rhtvs2 where id_drain=nextdownid --0lignes 
     76update rht.rhtvs2 set nextdownid=-9999 where id_drain=nextdownid --0 lignes 
    7577 
    76 -- correction d'un problème par Cédric 
    77 select  * from rht.rhtvs2 where id_drain=nextdownid 
    78 update rht.rhtvs2 set nextdownid=-9999 where id_drain=nextdownid --505 
     78select * from rht.rhtvs2 where noeudmer='t' ---nextdownid null 
     79update rht.rhtvs2 set nextdownid=-9999 where noeudmer='t' --1082 lignes 
    7980}}} 
    8081