Changes between Version 16 and Version 17 of Noeud - parcours RHT
- Timestamp:
- Jan 4, 2012 4:56:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Noeud - parcours RHT
v16 v17 73 73 update rht.rhtvs2 SET nextdownid=id_drainaval from rht.fromnodetonodevs2 ft where id_drain=ft.id_drainamont; 74 74 75 select * from rht.rhtvs2 where id_drain=nextdownid --0lignes 76 update rht.rhtvs2 set nextdownid=-9999 where id_drain=nextdownid --0 lignes 75 77 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 78 select * from rht.rhtvs2 where noeudmer='t' ---nextdownid null 79 update rht.rhtvs2 set nextdownid=-9999 where noeudmer='t' --1082 lignes 79 80 }}} 80 81