Changes between Version 2 and Version 3 of Download and load RHT topology


Ignore:
Timestamp:
Oct 4, 2011 9:52:11 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load RHT topology

    v2 v3  
    3333{{{ 
    3434#!sql 
     35Alter table rht.topologie_rht_sept2011 rename column Length to length; 
     36 
    3537ALTER TABLE rht.topologie_rht_sept2011 RENAME COLUMN id_drain TO id_draintopo; 
    3638CREATE VIEW rht.rht_topology AS select * from rht.rht r inner join rht.topologie_rht_sept2011 t on t.id_draintopo=r.id_drain;