Changes between Version 27 and Version 28 of CookBook join RHT-BDMAP
- Timestamp:
- Oct 13, 2011 11:30:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join RHT-BDMAP
v27 v28 104 104 select * from bdmap2009.station_bdmapv2_final stat inner join bd_carthage2011.troncon_hydrographique as bdc on bdc.code_hydro=stat.eh_codegen; 105 105 select * from bdmap2009.station_bdmapv2_final stat left join bd_carthage2011.troncon_hydrographique as bdc on bdc.code_hydro=stat.eh_codegen; 106 select count(*) from bdmap2009.station_bdmapv2_final stat inner join bd_carthage2011.troncon_hydrographique as bdc on bdc.code_hydro=stat.eh_codegen; -- 106 select count(*) from bdmap2009.station_bdmapv2_final stat inner join bd_carthage2011.troncon_hydrographique as bdc on bdc.code_hydro=stat.eh_codegen; --58875 ca ne marche pas du tout 107 107 }}}