Skip to content

Commit

Permalink
Update guide.md (#6)
Browse files Browse the repository at this point in the history
I dont think `\copy` likes newlines
  • Loading branch information
ChuckHend authored Mar 19, 2024
1 parent 4600d93 commit 744aaa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ gzip -d 202004--202402-divvy-tripdata-slim.csv.gz
The CSV should load with a simple `\copy` command.

```sql
\copy divvy_trips
from '202004--202402-divvy-tripdata-slim.csv'
with (header on, format csv);
\copy divvy_trips from '202004--202402-divvy-tripdata-slim.csv' with (header on, format csv);
```
```
COPY 20465490
Expand Down

0 comments on commit 744aaa4

Please sign in to comment.