Changes between Version 1 and Version 2 of Download and load RHT topology
- Timestamp:
- Oct 3, 2011 5:49:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT topology
v1 v2 60 60 #!sql 61 61 select * from rht.topologie_rht_sept2011 where tnode not in (select fnode from rht.topologie_rht_sept2011); 62 create view rht.noeudmer as 63 select * from rht.rht r left join rht.topologie_rht_sept2011 t on r.id_drain=t.id_draintopo; 62 64 }}}