Changes between Version 70 and Version 71 of CookBook join BDMAP_CCM v2


Ignore:
Timestamp:
Nov 11, 2010 8:32:05 AM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM v2

    v70 v71  
    257257REQUEST WITH SELECTION OF CORRECT CRITERIA FOR DISTANCE SEA, DISTANCE SOURCE, STRAHLER RANK 
    258258*/ 
     259drop table if exists bd_map.bdmap_ccm_full; 
     260create table bd_map.bdmap_ccm_full as (  
    259261select * from ( 
    260262        select b.st_codecsp,  
     
    278280WHERE dist_source_ratio is TRUE 
    279281AND dist_sea_ratio is TRUE 
    280 AND strahler_diff is TRUE --10783 lines this is with repeated stations but selection has removed ~ 3000 lines 
     282AND strahler_diff is TRUE); --10783 lines this is with repeated stations but selection has removed ~ 3000 lines 
    281283/* 
    282284FINAL REQUEST