Skip to content

Commit 2bcfb67

Browse files
authored
Merge pull request #9258 from youngsofun/doc
docs(copy): fix typo.
2 parents ca143a8 + bbe45f3 commit 2bcfb67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/doc/14-sql-commands/10-dml/dml-copy-into-table.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ some notice:
192192

193193
**Description**: One character that separate fields in an input file.
194194
**Supported Values**: One character only, including escaped char: `\b`, `\f`, `\r`, `\n`, `\t`, `\0`, `\xHH`
195-
**Default**: `\t` (comma)
195+
**Default**: `,` (comma)
196196

197197
##### `Quote = '<character>'`
198198

@@ -201,12 +201,15 @@ some notice:
201201
for data loading, quote is not necessary unless a string contains `Quote`|`Escape`|`RECORD_DELIMITER`|`RECORD_DELIMITER`
202202

203203
**Supported Values**: `\'` or `\"`.
204+
204205
**Default**: `\"`
205206

206207
##### `ESCAPE = '<character>'`
207208

208209
**Description**: One character to escape quote in quoted strings.
210+
209211
**Supported Values**: `\'` or `\"` or `\\`.
212+
210213
**Default**: `\"`
211214

212215
##### `SKIP_HEADER = '<integer>'`
@@ -255,15 +258,15 @@ for data loading, quote is not necessary unless a string contains `Quote`|`Escap
255258

256259
**Supported Values**: `\r\n` or One character including escaped char: `\b`, `\f`, `\r`, `\n`, `\t`, `\0`, `\xHH`
257260

258-
**Default**: `'\n'`
261+
**Default**: `\n`
259262

260263
##### `FIELD_DELIMITER = '<character>'`
261264

262265
**Description**: One character that separate fields in an input file.
263266

264267
**Supported Values**: One character only, including escaped char: `\b`, `\f`, `\r`, `\n`, `\t`, `\0`, `\xHH`
265268

266-
**Default**: `'\t'` (TAB)
269+
**Default**: `\t` (TAB)
267270

268271
##### `COMPRESSION = AUTO | GZIP | BZ2 | BROTLI | ZSTD | DEFLATE | RAW_DEFLATE | XZ | NONE`
269272

0 commit comments

Comments
 (0)