Changes between Version 55 and Version 56 of CookBook join ROE_CCM


Ignore:
Timestamp:
Mar 24, 2010 10:34:37 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v55 v56  
    125125               FROM geobs.obstacle_referentiel As b 
    126126               INNER JOIN  riversegments r ON ST_DWithin(r.the_geom, b.ref_position_etrs89,1000) 
    127                WHERE b.goodproj IS TRUE 
     127--             WHERE b.goodproj IS TRUE -- Attention c'est faux 
    128128               ORDER BY ref_id) AS sub  
    129129        GROUP BY ref_id, gid, the_geom