Changes between Version 13 and Version 14 of INTEGRATING stations


Ignore:
Timestamp:
Dec 7, 2010 10:04:00 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INTEGRATING stations

    v13 v14  
    6464*  INTEGRATING WRBD stations 
    6565*********************************************/ 
    66 ALTER TABLE wrbd.station_st add column district character(10); 
    67 ALTER TABLE wrbd.station_st add column GPS_description character(10); 
     66ALTER TABLE wrbd.station_st add column st_riverbasin_district character(10); 
     67ALTER TABLE wrbd.station_st add column st_GPS_description character(30); 
    6868 
    69 A FINIR (je le fais Cédric !!!) 
    70 copy  
     69copy wrbd.station_st(st_foliono,st_id,st_riverbasin_district,st_district,st_catchment,st_river,st_sitetributary,st_eastings,st_northing,st_x,st_y,st_location,st_gps_description) from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/Station_4.WRBD_NDP_dbase_Historical_Lakes_and_all_burr_silvers.csv' with csv delimiter as ';' header ;  
     70--  lines 
     71 
    7172}}} 
    7273