Changes between Version 17 and Version 18 of Joining station BDMAP on CCM


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Joining station BDMAP on CCM

    v17 v18  
    88 
    99{{{ 
     10#!sql 
    1011DROP table if exists bd_map.bdmap_ccm_gid; 
    1112CREATE TABLE bd_map.bdmap_ccm_gid as ( 
     
    3132New update 
    3233{{{ 
     34#!sql 
    3335update bd_map.bdmap_ccm_gid SET gid='262623' where st_codecsp='06690101'; 
    3436update bd_map.bdmap_ccm_gid SET gid='216980' where st_codecsp='03760112'; 
     
    5153Vérification pour connaître les points de pêches situés dans un cours d'eau artificielle (nature=3) 
    5254{{{ 
     55#!sql 
    5356select * from bd_map.bdmap_ccm_final b inner join bd_map.hylcov_arc as h on h.id_trhyd=b.id_trhyd where nature = '3'  ---115 lines 
    5457select * from bd_map.bdmap_ccm_final b inner join bd_map.hylcov_arc as h on h.id_trhyd=b.id_trhyd where etat = '3' 464 --- lines