Changes between Version 40 and Version 41 of CookBook join BDMAP_CCM
- Timestamp:
- Feb 14, 2010 9:48:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v40 v41 175 175 176 176 {{{ 177 #!Notlike 177 ~~ 178 178 DROP TABLE IF EXISTS correspondance; 179 179 CREATE TABLE correspondance as ( … … 190 190 WHERE s.the_geom IS NOT NULL) AS c2 191 191 ON (sub.distance = c2.distance AND sub.st_codecsp=c2.st_codecsp) -- double jointure sur correspondance pour récupérer les gid 192 ); 192 );~~ 193 193 }}}