Changes between Version 39 and Version 40 of CookBook join RHT-BDMAP
- Timestamp:
- Nov 3, 2011 3:47:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join RHT-BDMAP
v39 v40 355 355 356 356 357 {{{ 358 #!sql 359 alter table bdmap2009.station_geography add column id_drain integer; 360 update bdmap2009.station_geography set id_drain=sub.id_drain from (select id_drain, id_bdcarth from rht.rht_bdcarthage) as sub where id_bdcarthage_troncon=id_bdcarth; ---11070 lines 361 }}}