Skip to content

Commit ed2d61a

Browse files
authored
Update dml-copy-into-table.md
1 parent ae85fa8 commit ed2d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/10-sql-commands/10-dml/dml-copy-into-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The `FILE_FORMAT` parameter supports different file types, each with specific fo
196196
| NULL_DISPLAY | String representing NULL values | \N |
197197
| ERROR_ON_COLUMN_COUNT_MISMATCH | Error if column count doesn't match | TRUE |
198198
| EMPTY_FIELD_AS | How to handle empty fields | null |
199-
| BINARY_FORMAT | Encoding format for binary data | HEX |
199+
| BINARY_FORMAT | Encoding format(HEX or BASE64) for binary data | HEX |
200200

201201
### TYPE = TSV
202202

0 commit comments

Comments
 (0)