Changes between Version 41 and Version 42 of CookBook join RHT-BDMAP


Ignore:
Timestamp:
May 25, 2012 1:41:17 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join RHT-BDMAP

    v41 v42  
    1010 
    1111{{{ 
     12#!sql 
    1213-- creation de la table bdmap_rht, je rajoute un the_geom a la requete pour pouvoir voir la table dans Qgis   
    1314DROP TABLE IF EXISTS rht.bdmap_rht; 
     
    3738 
    3839{{{ 
     40#!sql 
    3941select count(*) from bd_map.stationsp2  --10193 lignes 
    4042select count(*) from rht.rht  --114601 lignes 
     
    4547 
    4648{{{ 
     49#!sql 
    4750select count(*) from bd_map.bdmap_ccm_gid  --8188 lignes 
    4851}}} 
     
    5255 
    5356{{{ 
    54  
     57#!sql 
    5558DROP table if exists rht.bdmap_rht_id; 
    5659CREATE TABLE rht.bdmap_rht_id as ( 
     
    97100 
    98101{{{ 
     102#!sql 
    99103select * from bdmap2009.station_bdmapv2_final where codehydro is null   ---440 lines 
    100104select * from bdmap2009.station_bdmapv2_final where th_code is null   ---1 lines