Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
try copying to text column
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Apr 25, 2023
1 parent 71911c8 commit 801dccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sca_e_projections_by_boro/create.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TEMP TABLE tmp (
year text,
borough character varying,
hs bigint
hs text
);

\COPY tmp FROM PSTDIN DELIMITER ',' CSV HEADER;
Expand Down

0 comments on commit 801dccc

Please sign in to comment.