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); |
| 47 | select 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 | |
| 52 | alter table rht.rhtvs2_roe_pate_bv11axes rename to rht.pate; |