Changes between Version 95 and Version 96 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
May 6, 2010 10:01:30 AM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v95 v96  
    229229               WHERE s.the_geom IS NOT NULL 
    230230               ORDER BY st_codecsp) AS sub  
    231         GROUP BY st_codecsp, gid, the_geom 
     231        GROUP BY st_codecsp, distance,gid, the_geom 
    232232); 
    233233alter table bd_map.correspondance add column id serial;