Skip to content

Commit

Permalink
Update docs (#14002)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner authored Jan 4, 2025
1 parent 98cb948 commit 39a69f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/write_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ CREATE EXTERNAL TABLE
my_table(a bigint, b bigint)
STORED AS csv
COMPRESSION TYPE gzip
DELIMITER ';'
LOCATION '/test/location/my_csv_table/'
OPTIONS(
NULL_VALUE 'NAN',
'has_header' 'true'
'has_header' 'true',
'format.delimiter' ';'
)
```

Expand Down

0 comments on commit 39a69f5

Please sign in to comment.