Changes between Version 7 and Version 8 of INTEGRATING stations
- Timestamp:
- Dec 6, 2010 11:37:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING stations
v7 v8 150 150 alter table wrbd.operation_op add column op_cpue numeric; 151 151 alter table wrbd.operation_op rename column op_total to op_nbtotal; 152 152 153 copy wrbd.operation_op(op_st_id,op_year,op_equipment,op_nbnights,op_nbnets,op_nbtotal,op_cpue,op_totalweight,op_nbfem,op_nbmal,op_nbimmat) from 'C:/base/8.lakes_operation.csv' with csv delimiter as ';' header ; 153 154 copy wrbd.operation_op(op_st_id,op_year,op_equipment,op_nbnights,op_nbnets,op_nbtotal,op_cpue,op_totalweight,op_nbfem,op_nbmal,op_nbimmat) from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/8.lakes_operation.csv' with csv delimiter as ';' header ; 155 --1016 lines 154 156 }}} 155 157 {{{