Changes between Version 1 and Version 2 of CookBook BDCarthage_UGA
- Timestamp:
- Oct 3, 2011 11:36:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CookBook BDCarthage_UGA
v1 v2 17 17 ON ST_Intersects(sub.singlegeom,r.the_geom); 18 18 19 UPDATE uga2010.id_bdcarthage set uga='Bretagne' where uga IS NULL -- 27250 li gnes19 UPDATE uga2010.id_bdcarthage set uga='Bretagne' where uga IS NULL -- 27250 lines 20 20 21 21 --Adour … … 26 26 ON ST_Intersects(sub.singlegeom,r.the_geom); 27 27 28 UPDATE uga2010.id_bdcarthage set uga='Adour' where uga IS NULL -- 2 7250 lignes28 UPDATE uga2010.id_bdcarthage set uga='Adour' where uga IS NULL -- 23181 lines 29 29 30 30 --Garonne … … 35 35 ON ST_Intersects(sub.singlegeom,r.the_geom); 36 36 37 UPDATE uga2010.id_bdcarthage set uga='Garonne' where uga IS NULL -- 27250 lignes37 UPDATE uga2010.id_bdcarthage set uga='Garonne' where uga IS NULL -- 92831 lines 38 38 39 39 --Loire … … 44 44 ON ST_Intersects(sub.singlegeom,r.the_geom); 45 45 46 UPDATE uga2010.id_bdcarthage set uga='Loire' where uga IS NULL -- 27250 lignes46 UPDATE uga2010.id_bdcarthage set uga='Loire' where uga IS NULL -- 109437 lines 47 47 48 48 --Seine-Normandie … … 53 53 ON ST_Intersects(sub.singlegeom,r.the_geom); 54 54 55 UPDATE uga2010.id_bdcarthage set uga='Seine-Normandie' where uga IS NULL -- 27250 lignes55 UPDATE uga2010.id_bdcarthage set uga='Seine-Normandie' where uga IS NULL -- 55365 lines 56 56 57 57 … … 63 63 ON ST_Intersects(sub.singlegeom,r.the_geom); 64 64 65 UPDATE uga2010.id_bdcarthage set uga='Corse' where uga IS NULL -- 27250 lignes65 UPDATE uga2010.id_bdcarthage set uga='Corse' where uga IS NULL -- 12594 lines 66 66 67 67 --Artois-Picardie … … 72 72 ON ST_Intersects(sub.singlegeom,r.the_geom); 73 73 74 UPDATE uga2010.id_bdcarthage set uga='Artois-Picardie' where uga IS NULL -- 27250 lignes74 UPDATE uga2010.id_bdcarthage set uga='Artois-Picardie' where uga IS NULL -- 12040 lines 75 75 76 76 --Rhone-Mediterranee … … 81 81 ON ST_Intersects(sub.singlegeom,r.the_geom); 82 82 83 UPDATE uga2010.id_bdcarthage set uga='Rhone-Mediterranee' where uga IS NULL -- 27250 lignes83 UPDATE uga2010.id_bdcarthage set uga='Rhone-Mediterranee' where uga IS NULL -- 147091 lines 84 84 85 85 --Rhin … … 90 90 ON ST_Intersects(sub.singlegeom,r.the_geom); 91 91 92 UPDATE uga2010.id_bdcarthage set uga='Rhin' where uga IS NULL -- 2 7250 lignes92 UPDATE uga2010.id_bdcarthage set uga='Rhin' where uga IS NULL -- 24355 lines 93 93 94 94 --Meuse … … 99 99 ON ST_Intersects(sub.singlegeom,r.the_geom); 100 100 101 UPDATE uga2010.id_bdcarthage set uga='Meuse' where uga IS NULL -- 27250 lignes101 UPDATE uga2010.id_bdcarthage set uga='Meuse' where uga IS NULL -- 5539 lines 102 102 }}}