Changes between Version 41 and Version 42 of CookBook join RHT-BDMAP
- Timestamp:
- May 25, 2012 1:41:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join RHT-BDMAP
v41 v42 10 10 11 11 {{{ 12 #!sql 12 13 -- creation de la table bdmap_rht, je rajoute un the_geom a la requete pour pouvoir voir la table dans Qgis 13 14 DROP TABLE IF EXISTS rht.bdmap_rht; … … 37 38 38 39 {{{ 40 #!sql 39 41 select count(*) from bd_map.stationsp2 --10193 lignes 40 42 select count(*) from rht.rht --114601 lignes … … 45 47 46 48 {{{ 49 #!sql 47 50 select count(*) from bd_map.bdmap_ccm_gid --8188 lignes 48 51 }}} … … 52 55 53 56 {{{ 54 57 #!sql 55 58 DROP table if exists rht.bdmap_rht_id; 56 59 CREATE TABLE rht.bdmap_rht_id as ( … … 97 100 98 101 {{{ 102 #!sql 99 103 select * from bdmap2009.station_bdmapv2_final where codehydro is null ---440 lines 100 104 select * from bdmap2009.station_bdmapv2_final where th_code is null ---1 lines