Changes between Version 72 and Version 73 of CookBook join ROE_CCM
- Timestamp:
- May 4, 2010 11:01:54 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v72 v73 116 116 join (SELECT ST_Union(f.the_geom) as singlegeom 117 117 FROM france.departement As f) as sub 118 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) --43909 --CEDRIC 47049?118 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) (avec ancienne version --43909)? 119 119 }}} 120 120