Changes between Version 26 and Version 27 of Export table RHT


Ignore:
Timestamp:
Apr 12, 2012 4:07:10 PM (13 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Export table RHT

    v26 v27  
    7676 
    7777comment on table rht.crosstab_rhtvs2 is 'table crée le 6 avril 2012 a partir des résultats définitifs d''EDA, modifiée le 11/04/2012 par cedric pour intégrer les premiers résultats de turbine'; 
     78alter table rht.crosstab_rhtvs2 rename tx_mort_turb to tx_survie_turb 
     79alter table rht.crosstab_rhtvs2 add column tx_mort_turb numeric; 
     80update rht.crosstab_rhtvs2 set tx_mort_turb=1-tx_survie_turb; 
    7881-- creation des clés et des index qui vont bien 
    7982alter table rht.crosstab_rhtvs2 add constraint c_pk_crosstab_rhtvs2 PRIMARY KEY (id_drain);