Changes between Version 69 and Version 70 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 1, 2010 3:47:21 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v69 v70  
    237237); 
    238238}}} 
     239{{{ 
     240select count(*) from correspondance ;--9272 
     241select count(*) from stationsp2 ;--10203 
     242alter table correspondance add column id serial; 
     243}}}