Changes between Version 48 and Version 49 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Feb 28, 2012 5:40:58 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v48 v49  
    287287select r.id_drain, id_bdcarth, id_bdcarth as idbdc, bdc.the_geom from rht.rhtvs2 r inner join rht.proj2 p on r.id_drain=p.id_drain join bd_carthage2011.troncon_hydrographique bdc  
    288288on st_intersects(bdc.the_geom,p.the_geom)); 
    289 }}} 
     289 
     290create table rht.proj5 as ( 
     291select t1.id_drain, t1.id_bdcarth, t1.the_geom from rht.proj3 t1 join rht.proj4 t2 on t1.id_bdcarth=t2.id_bdcarth and t1.id_drain=t2.id_drain); 
     292}}}