Changes between Version 31 and Version 32 of Temperature download and load
- Timestamp:
- Aug 4, 2010 11:51:58 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Temperature download and load
v31 v32 32 32 ["Create table tmp"] 33 33 {{{ 34 COPY temperature.tmp FROM 'D:/Celine 34 COPY temperature.tmp FROM 'D:/CelineJouanin/Temperature/tmp.txt' USING DELIMITERS ';' CSV HEADER; 35 35 }}} 36 36 … … 41 41 ["Create table tmx"] 42 42 {{{ 43 COPY temperature.tmx FROM 'D:/Celine 43 COPY temperature.tmx FROM 'D:/CelineJouanin/Temperature/tmx.txt' USING DELIMITERS ';' CSV HEADER; 44 44 }}} 45 45 … … 50 50 ["Create table tmn"] 51 51 {{{ 52 COPY temperature.tmn FROM 'D:/Celine 52 COPY temperature.tmn FROM 'D:/CelineJouanin/Temperature/tmn.txt' USING DELIMITERS ';' CSV HEADER; 53 53 }}} 54 54