Changes between Version 1 and Version 2 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Sep 20, 2011 5:49:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v1 v2 31 31 alter table zone_hydrographique set schema bd_carthage2011; 32 32 }}} 33 34 == Joining BdCarthage with RHT == 35 {{{ 36 select ST_IsClosed(the_geom) from rht.rht_200 order by ST_IsClosed(the_geom); 37 select ST_IsClosed(the_geom), id_bdcarth from bd_carthage2011.troncon_hydrographique order by ST_IsClosed(the_geom); ---5 fermés 38 }}}