Changes between Version 69 and Version 70 of CookBook join ROE_CCM
- Timestamp:
- May 4, 2010 10:37:00 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CookBook join ROE_CCM
v69 v70 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 118 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) --43909 --CEDRIC 47049 ? 119 119 }}} 120 120