Changes between Version 14 and Version 15 of INTEGRATING stations


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

--

Legend:

Unmodified
Added
Removed
Modified
  • INTEGRATING stations

    v14 v15  
    6767ALTER TABLE wrbd.station_st add column st_GPS_description character(30); 
    6868 
     69--Même station dans la table Station_14_Eel_Db_MI_Rivers.csv 
     70--A conserver les stations de cette table et ne pas copier les stations MI0121 à MI0138 
     71 
    6972copy 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 ;  
    7073--  lines 
     74 
    7175 
    7276}}}