Changes between Version 14 and Version 15 of INTEGRATING stations
- Timestamp:
- Dec 7, 2010 10:21:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING stations
v14 v15 67 67 ALTER TABLE wrbd.station_st add column st_GPS_description character(30); 68 68 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 69 72 copy 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 73 -- lines 74 71 75 72 76 }}}