Changes between Initial Version and Version 1 of Joining dams ROE on CCM
- Timestamp:
- Mar 9, 2011 11:19:29 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Joining dams ROE on CCM
v1 v1 1 back to first page [..][[BR]] 2 3 Some dams must be reproject and the gid (or wso1_id) must be changed:[[BR]] 4 5 {{{ 6 DROP table if exists geobs2010.roe_ccm_500_final_gid; 7 CREATE TABLE geobs2010.roe_ccm_500_final_gid as ( 8 select distinct on (ref_id) * from geobs2010.roe_ccm_500_final 9 ); 10 update geobs2010.roe_ccm_500_final_gid SET gid=' ' where ref_id=''; 11 }}}