Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
Describes the current fact that the read_csv function and the COPY statement support different parameters.
  • Loading branch information
michaelpopes authored Sep 27, 2024
1 parent af8f15d commit 7b1ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/csv/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The DuckDB CSV reader can automatically infer which configuration flags to use b

## Parameters

Below are parameters that can be passed to the CSV reader. These parameters are accepted by both the [`COPY` statement]({% link docs/sql/statements/copy.md %}#copy-to) and the [`read_csv` function](#csv-functions).
Below are parameters that can be passed to the CSV reader. These parameters are accepted by the [`read_csv` function](#csv-functions). But not all parameters are accepted by the [`COPY` statement]({% link docs/sql/statements/copy.md %}#copy-to)).

| Name | Description | Type | Default |
|:--|:-----|:-|:-|
Expand Down

0 comments on commit 7b1ba7e

Please sign in to comment.