Changes between Version 62 and Version 63 of Noeud - parcours RHT
- Timestamp:
- Feb 15, 2012 5:58:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Noeud - parcours RHT
v62 v63 245 245 create table rht.rhtvs2_roev2_nbdams as 246 246 select id_drain, count(nbdams) as nbdams from rht.rhtvs2_roev2 as r group by id_drain; 247 247 alter table rht.rhtvs2_roev2_nbdams add column height integer; 248 alter table rht.rhtvs2_roev2_nbdams add column score integer; 249 update rht.rhtvs2_roev2_nbdams set height=1; 250 update rht.rhtvs2_roev2_nbdams set score=1; 248 251 249 252 select * from roe_v2.roe_geo_v2 where idtrcart is null ---2625 lignes etanom validé