Changes between Version 21 and Version 22 of INTEGRATING operation


Ignore:
Timestamp:
Dec 13, 2010 2:40:11 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INTEGRATING operation

    v21 v22  
    7979copy 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 ';'; 
    8080copy 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 
     82copy 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 ';'; 
    8283update wrbd.operation_op set op_equipment= 'fyke net' where op_id>1016 and op_id<1335;  
    8384}}}