Changes between Version 70 and Version 71 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 1, 2010 4:08:40 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v70 v71  
    238238}}} 
    239239{{{ 
    240 select count(*) from correspondance ;--9272 
     240select count(*) from correspondance ;--9272 -- 8516 a 300m 
    241241select count(*) from stationsp2 ;--10203 
     242select 100*9272 /10203::float 
     243select 100*8516 /10203::float 
    242244alter table correspondance add column id serial; 
    243245}}}