Changes between Initial Version and Version 1 of Joining dams ROE on CCM


Ignore:
Timestamp:
Mar 9, 2011 11:19:29 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Joining dams ROE on CCM

    v1 v1  
     1back to first page [..][[BR]] 
     2 
     3Some dams must be reproject and the gid (or wso1_id) must be changed:[[BR]] 
     4 
     5{{{ 
     6DROP table if exists geobs2010.roe_ccm_500_final_gid; 
     7CREATE TABLE geobs2010.roe_ccm_500_final_gid as ( 
     8select distinct on (ref_id) * from geobs2010.roe_ccm_500_final 
     9); 
     10update geobs2010.roe_ccm_500_final_gid SET gid=' ' where ref_id=''; 
     11}}}