Changes between Version 14 and Version 15 of europe.wso1
- Timestamp:
- Oct 3, 2011 11:41:02 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
europe.wso1
v14 v15 6 6 Pour la France mettre : France (gid=11)+Andorre (gid=2) +Monaco (gid=27) ?[[BR]] 7 7 {{{ 8 #!sql 8 9 drop table if exists europe.wso1; 9 10 CREATE TABLE europe.wso1 ( … … 24 25 #TODO A finir la suite... 25 26 {{{ 26 27 #!sql 27 28 --WRB Western River Basin 28 29 insert into europe.wso(wso_id, wso1_id) … … 67 68 68 69 {{{ 70 #!sql 69 71 ---- Cas Espagne OK !!! ( avant beaucoup trop de segments retenus dans Spain_Atl --> area/zonegeo="Basque" maintenant) 70 72 ---Basque … … 84 86 85 87 {{{ 88 #!sql 86 89 insert into europe.wso1(wso_id, wso1_id) 87 90 select distinct on (wso_id, wso1_id) wso_id, wso1_id from ccm21.riversegments r where wso_id='342310' … … 113 116 114 117 {{{ 118 #!sql 115 119 ---Western 116 120 delete from europe.wso1 where wso_id='84023' (3wso1_id deleted) … … 124 128 125 129 {{{ 130 #!sql 126 131 ---France 127 132 insert into europe.wso1(wso_id,wso1_id) … … 131 136 132 137 {{{ 138 #!sql 133 139 --- CREATE A VIEW of europe.wso1 134 140 drop view if exists europe.e_wso1;