Changes between Version 69 and Version 70 of CookBook join BDMAP_CCM
- Timestamp:
- Mar 1, 2010 3:47:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v69 v70 237 237 ); 238 238 }}} 239 {{{ 240 select count(*) from correspondance ;--9272 241 select count(*) from stationsp2 ;--10203 242 alter table correspondance add column id serial; 243 }}}