Changes between Version 73 and Version 74 of CookBook join ROE_CCM


Ignore:
Timestamp:
May 4, 2010 11:02:54 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v73 v74  
    116116join (SELECT ST_Union(f.the_geom) as singlegeom 
    117117         FROM france.departement  As f) as sub 
    118 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) (avec ancienne version --43909)? 
     118ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000); --47049 (avec ancienne version --43909)? 
    119119}}} 
    120120