Changes between Version 20 and Version 21 of CookBook join ROE_CCM
- Timestamp:
- Mar 16, 2010 3:47:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v20 v21 27 27 update geobs.obstacle_referentiel set ref_position_etrs89 =ST_Transform(ref_position_locale,3035); 28 28 }}} 29 mmh so finally I would like a new column saying whether or not the dams are in France 30 {{{ 29 30 31 31 32 32 … … 84 84 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -h localhost -U postgres -p 5432 -f departement.sql 85 85 }}} 86 mmh so finally I would like a new column saying whether or not the dams are in France [[BR]] 86 87 Join query we have 43937 lines 87 88 {{{