Changes between Version 11 and Version 12 of PATE Anguille


Ignore:
Timestamp:
Feb 1, 2012 6:21:21 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PATE Anguille

    v11 v12  
    4343 
    4444 
    45  
    4645drop table if exists rht.rhtvs2_roe_pate_bv11axes; 
    4746create table rht.rhtvs2_roe_pate_bv11axes as ( 
    48 select r.id_drain,t.dmer, module, module_icinf, module_icsup, minqmx, minqmxicinf, minqmxicsup, b.* from rht.rhtvs2_roev2 r      
    49         join  rht.roe_pate_bv11axes b on r.id_roe=b.Id_ROE  
    50         join rht.rhtvs2 t on t.id_drain=r.id_drain 
    51         join rht.attributs_rht_fev_2011_vs2 a on r.id_drain=a.id_drain); 
     47select  b.*, t.dmer, module, module_icinf, module_icsup, minqmx, minqmxicinf, minqmxicsup, cumnbbar, etatnom from rht.roe_pate_bv11axes b      
     48        join roe_v2.pre_ice_v2 r on r.id_roe=b.id_roe 
     49        join rht.rhtvs2 t on t.id_drain=b.id_drain 
     50        join rht.attributs_rht_fev_2011_vs2 a on b.id_drain=a.id_drain); 
     51 
     52alter table rht.rhtvs2_roe_pate_bv11axes rename to rht.pate; 
    5253}}} 
    5354