From 5710d1316198988d7de98265bd226d14289a89c3 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Sun, 25 Oct 2020 16:38:12 -0400 Subject: [PATCH] Fix dropped character --- Chapter_11/Chapter_11.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_11/Chapter_11.sql b/Chapter_11/Chapter_11.sql index e2d5229..e74aae3 100644 --- a/Chapter_11/Chapter_11.sql +++ b/Chapter_11/Chapter_11.sql @@ -136,7 +136,7 @@ CREATE TABLE us_exports ( ); COPY us_exports -ROM 'C:\YourDirectory\us_exports.csv' +FROM 'C:\YourDirectory\us_exports.csv' WITH (FORMAT CSV, HEADER); -- View the monthly citrus data