Skip to content

Commit

Permalink
edit SINGLE_FILE_OUPUT description
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo committed Sep 11, 2023
1 parent 2a80883 commit 20215b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/write_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following special options are specific to the `COPY` query.

| Option | Description | Default Value |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| SINGLE_FILE_OUTPUT | If true, COPY query will write output to a single file. | true |
| SINGLE_FILE_OUTPUT | If true, COPY query will write output to a single file. Otherwise, multiple files will be written to a directory in parallel. | true |
| FORMAT | Specifies the file format COPY query will write out. If single_file_output is false or format cannot be inferred from file extension, then FORMAT must be specified. | N/A |

### CREATE EXTERNAL TABLE Specific Options
Expand Down

0 comments on commit 20215b1

Please sign in to comment.