Changes between Version 35 and Version 36 of CookBook join ROE_RHT


Ignore:
Timestamp:
Oct 3, 2012 4:57:32 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_RHT

    v35 v36  
    191191Données pre_ice_2  --- problème avec les hauteurs de chute non renseignées. 
    192192{{{ 
    193 select count(*) from roe_v2.pre_ice_v2 where hauteur_chute='-999';  ---31611 lignes non renseignées 
    194 select * from roe_v2.pre_ice_v2 where hauteur_chute='-999' and hauteur_terrain>0;   ---663 lignes renseignés 
     193select count(*) from roe_v2.pre_ice_v2 where hauteur_chute='-999';  ---31611 lines non renseignées 
     194select * from roe_v2.pre_ice_v2 where hauteur_chute='-999' and hauteur_terrain>0;   ---663 lines renseignés 
    195195}}} 
    196196