Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
michon470 2021-03-25 01:01:44 +03:00 committed by GitHub
parent b50fd4d133
commit bd16e6243c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2673,7 +2673,7 @@ Default value: `0`.
Enables or disables truncate before insert in [File](../../engines/table-engines/special/file.md) engine tables.
Possible values:
- 0 — `INSERT` query appends new data into the end of the file.
- 0 — `INSERT` query appends new data to the end of the file.
- 1 — `INSERT` replaces existing content of the file with the new data.
Default value: `0`.