Changes between Version 40 and Version 41 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Feb 14, 2010 9:48:29 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v40 v41  
    175175  
    176176{{{ 
    177 #!Notlike 
     177~~ 
    178178DROP TABLE IF EXISTS correspondance; 
    179179CREATE TABLE correspondance as ( 
     
    190190                WHERE s.the_geom IS NOT NULL) AS c2 
    191191         ON (sub.distance = c2.distance AND sub.st_codecsp=c2.st_codecsp) -- double jointure sur correspondance pour récupérer les gid 
    192 ); 
     192);~~ 
    193193}}}