Changes between Version 21 and Version 22 of INTEGRATING operation
- Timestamp:
- Dec 13, 2010 2:40:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING operation
v21 v22 79 79 copy wrbd.operation_op(op_st_id,op_date,op_totalweight,op_nbind,op_nbnights,op_cpue)from 'c:/eda/ireland/POSE_Data_for_Modellers/lake_operations_5.csv' with csv header delimiter as ';'; 80 80 copy wrbd.operation_op(op_st_id,op_date,op_totalweight,op_nbind,op_nbnights,op_cpue)from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/lake_operations_5.csv' with csv header delimiter as ';'; 81 81 -- updates on the excel file from Elvira 82 copy wrbd.operation_op(op_st_id,op_date,op_totalweight,op_nbind,op_nbnights,op_cpue)from 'c:/eda/ireland/POSE_Data_for_Modellers/lake_operations_5_bis.csv' with csv delimiter as ';'; 82 83 update wrbd.operation_op set op_equipment= 'fyke net' where op_id>1016 and op_id<1335; 83 84 }}}