Changes between Version 3 and Version 4 of CLC Analysis


Ignore:
Timestamp:
May 27, 2010 5:08:57 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CLC Analysis

    v3 v4  
    1212select substring(code_00 from 1 for 1) as code, sum(ST_Area(the_geom)) from clc.clc00_v2_europe group by substring(code_00 from 1 for 1); 
    1313}}} 
     14 
     15{{{ 
     16select * from clc.clc00_v2_europe where  the_geom IS NULL; 
     17}}}