Changes between Version 26 and Version 27 of Export table RHT
- Timestamp:
- Apr 12, 2012 4:07:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Export table RHT
v26 v27 76 76 77 77 comment 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'; 78 alter table rht.crosstab_rhtvs2 rename tx_mort_turb to tx_survie_turb 79 alter table rht.crosstab_rhtvs2 add column tx_mort_turb numeric; 80 update rht.crosstab_rhtvs2 set tx_mort_turb=1-tx_survie_turb; 78 81 -- creation des clés et des index qui vont bien 79 82 alter table rht.crosstab_rhtvs2 add constraint c_pk_crosstab_rhtvs2 PRIMARY KEY (id_drain);