Changes between Version 83 and Version 84 of CookBook join BDMAP_CCM v2
- Timestamp:
- Nov 11, 2010 9:22:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM v2
v83 v84 66 66 #!sql 67 67 -- in bd_carthage database, here is the second version accounting for inclusion of firstly calculated distances source 68 drop table noeud_troncon_final ;68 drop table noeud_troncon_final CASCADE; 69 69 create table noeud_troncon_final ( 70 Id_BDCARTHAGE varchar,70 Id_BDCARTHAGE integer, 71 71 dist_source_max_aval numeric, 72 72 situation varchar(10),