Changes between Version 41 and Version 42 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Oct 25, 2011 4:01:32 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v41 v42  
    238238 
    239239 
    240 --- Comparaison des longeurs des segements 
     240--- Comparaison des longeurs des segments 
    241241select length(r.the_geom)-length(bd.the_geom)as diff, length(r.the_geom), length(bd.the_geom), rbd.id_drain, rbd.id_bdcarth from rht.rht_bdcarthage rbd join rht.rht r on rbd.id_drain=r.id_drain 
    242242 join bd_carthage2011.troncon_hydrographique bd on bd.id_bdcarth=rbd.id_bdcarth order by diff;