Changes between Version 39 and Version 40 of CookBook join RHT-BDMAP


Ignore:
Timestamp:
Nov 3, 2011 3:47:36 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join RHT-BDMAP

    v39 v40  
    355355 
    356356 
     357{{{ 
     358#!sql 
     359alter table bdmap2009.station_geography add column id_drain integer; 
     360update 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}}}