Changes between Version 7 and Version 8 of INTEGRATING stations


Ignore:
Timestamp:
Dec 6, 2010 11:37:04 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INTEGRATING stations

    v7 v8  
    150150alter table wrbd.operation_op add column op_cpue numeric; 
    151151alter table wrbd.operation_op rename column op_total  to op_nbtotal; 
     152 
    152153copy 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  
     154copy 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 
    154156}}} 
    155157{{{