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