Changes between Version 70 and Version 71 of CookBook join BDMAP_CCM v2
- Timestamp:
- Nov 11, 2010 8:32:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM v2
v70 v71 257 257 REQUEST WITH SELECTION OF CORRECT CRITERIA FOR DISTANCE SEA, DISTANCE SOURCE, STRAHLER RANK 258 258 */ 259 drop table if exists bd_map.bdmap_ccm_full; 260 create table bd_map.bdmap_ccm_full as ( 259 261 select * from ( 260 262 select b.st_codecsp, … … 278 280 WHERE dist_source_ratio is TRUE 279 281 AND dist_sea_ratio is TRUE 280 AND strahler_diff is TRUE --10783 lines this is with repeated stations but selection has removed ~ 3000 lines282 AND strahler_diff is TRUE); --10783 lines this is with repeated stations but selection has removed ~ 3000 lines 281 283 /* 282 284 FINAL REQUEST