Changes between Version 58 and Version 59 of CookBook join BDMAP_CCM v2


Ignore:
Timestamp:
Nov 10, 2010 8:44:15 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM v2

    v58 v59  
    180180  
    181181{{{ 
     182#!sql 
    182183DROP TABLE IF EXISTS bd_map.bdmap_ccm2; 
    183184CREATE TABLE bd_map.bdmap_ccm2 as ( 
     
    193194 
    194195The table from the request joining bd_map.bd_map_bd_carthage with the bd_map.bdmap_ccm2 is exported there : 
     196{{{ 
     197#!sql 
     198select * from bd_map.bd_map_bd_carthage b join bd_map.bdmap_ccm2 c on b.st_codecsp=c.st_codecsp; 
     199}}} 
    195200source:data/dataEDAccm/export_jointure_bdcarthage_ccm.csv [[BR]] 
    196201Some processing with R and some results