Changes between Version 3 and Version 4 of INTEGRATING stations
- Timestamp:
- Dec 6, 2010 9:32:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING stations
v3 v4 159 159 {{{ 160 160 #!sql 161 drop table if exists wrbd. operation_fish_fi;161 drop table if exists wrbd.fish_fi; 162 162 163 create table wrbd. operation_fish_fi (163 create table wrbd.fish_fi ( 164 164 fi_folio_no character varying(50), 165 165 fi_st_id character varying(10), … … 173 173 174 174 175 copy wrbd. operation_fish_fi from 'C:/base/Operation_fish_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';' ;176 copy wrbd. operation_fish_fi from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/Operation_fish_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';' header;175 copy wrbd.fish_fi from 'C:/base/Operation_fish_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';' ; 176 copy wrbd.fish_fi from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/Operation_fish_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';' header; 177 177 178 178 }}}