Changes between Version 20 and Version 21 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Sep 29, 2011 10:29:54 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v20 v21 160 160 AND nature !='Aqueduc, conduite forcée' and num_superp !=1 order by id_bdcarth; ---400 lines 359ms 161 161 162 -- essai5 163 164 select distinct on (id_bdcarth) id_bdcarth, min(distance) as distance, id_drain from ( 165 select id_drain, 166 id_bdcarth, 167 ST_Distance(r.the_geom,bdc.the_geom) as distance 168 from rht.rht_bv r, bd_carthage2011.troncon_bv bdc where r.the_geom && bdc.the_geom 169 AND nature !='Aqueduc, conduite forcée' and num_superp !=1 ) as toto 170 group by id_bdcarth, distance, id_drain 171 order by id_bdcarth ; ---400 lines 162 172 163 173 }}}