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

Co-authored-by: BayoNet <da-daos@yandex.ru>
This commit is contained in:
olgarev 2020-09-15 06:12:23 +03:00 committed by GitHub
parent 72d27196a0
commit 3617ae4e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1929,7 +1929,7 @@ Result:
└───┴───────────────────────────────────────────────────┘
```
Query with nullable type converstion enabled:
The following query results in the `Nullable` modification on the destination data type:
```sql
SET cast_keep_nullable = 1;