Changes between Version 58 and Version 59 of CookBook join BDMAP_CCM v2
- Timestamp:
- Nov 10, 2010 8:44:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM v2
v58 v59 180 180 181 181 {{{ 182 #!sql 182 183 DROP TABLE IF EXISTS bd_map.bdmap_ccm2; 183 184 CREATE TABLE bd_map.bdmap_ccm2 as ( … … 193 194 194 195 The table from the request joining bd_map.bd_map_bd_carthage with the bd_map.bdmap_ccm2 is exported there : 196 {{{ 197 #!sql 198 select * from bd_map.bd_map_bd_carthage b join bd_map.bdmap_ccm2 c on b.st_codecsp=c.st_codecsp; 199 }}} 195 200 source:data/dataEDAccm/export_jointure_bdcarthage_ccm.csv [[BR]] 196 201 Some processing with R and some results