Changes between Version 10 and Version 11 of CookBook join RHT-BDMAP
- Timestamp:
- May 23, 2011 3:15:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join RHT-BDMAP
v10 v11 55 55 select distinct on (st_codecsp) * from rht.bdmap_rht 56 56 ); 57 58 ---Tous les cours d'eau situés à plus de 200m ont été vérifiés. 57 59 delete from rht.bdmap_rht_id where st_codecsp in ('03760141','03270131','01620009','01620005','01620137','01590014','06890285','06210238','03890095','02570237','02670291','02670264','02670097','02670092','02670098','02670230','02670231','02670232','02680172','02680166','02680039','02680033','02680037','02680144','02680143'); -- 25 stations supprimées 60 delete from rht.bdmap_rht_id where st_codecsp in ('05400178','05400044' 58 61 }}} 59 62