Changes between Version 77 and Version 78 of CookBook join ROE_CCM
- Timestamp:
- May 4, 2010 11:37:20 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v77 v78 117 117 join (SELECT ST_Union(f.the_geom) as singlegeom 118 118 FROM france.departement As f) as sub 119 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000); --47049 (avec ancienne version --43909)?119 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000); --47049 120 120 }}} 121 121