Changes between Version 25 and Version 26 of Noeud - parcours RHT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v25 v26  
    55{{{ 
    66#!sql 
    7 select count(*) from rht.rht ---114601  (version1 avec pb de topologie) 
    8 select count(*) from rht.rhtvs2  ---114564 (version octobre) 
    9  
    10 select id_drain from rht.rht where id_drain not in (select id_drain from rht.rhtvs2)  ---37 id_drain supprimés 
     7select count(*) from rht.rht ---114601  (version1 avec pb de topologie); 
     8select count(*) from rht.rhtvs2  ---114564 (version octobre); 
     9 
     10select id_drain from rht.rht where id_drain not in (select id_drain from rht.rhtvs2);  ---37 id_drain supprimés 
     11select id_drain from rht.rhtvs2 where id_drain not in (select id_drain from rht.rht_topology);  --- 0 id_drain crées 
    1112}}} 
    1213Nouvelle version d'octobre 2011 avec suppression des problèmes de topologie rencontrés (Loire, Seine Normandie) et amélioration du réseau.[[BR]]