Exception

This commit is contained in:
Olga Revyakina 2021-07-20 10:28:06 +03:00
parent 1d3bc13753
commit b7f3305621
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ Be careful when using `GLOBAL`. For more information, see the [Distributed subqu
## Implicit Type Conversion {#implicit-type-conversion}
`INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN`, and `FULL JOIN` queries support the implicit type conversion for “join keys”.
`INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN`, and `FULL JOIN` queries support the implicit type conversion for "join keys". However the query can not be executed, if join keys from the left and the right tables cannot be converted to a single type (for example, there is no common data type for `UInt64` and `Int64`, or for `String` and `Int`).
**Example**

View File

@ -115,7 +115,7 @@ USING (equi_column1, ... equi_columnN, asof_column)
## Неявные преобразования типов {#implicit-type-conversion}
Запросы `INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN` и `FULL JOIN` поддерживают неявные преобразования типов для ключей соединения.
Запросы `INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN` и `FULL JOIN` поддерживают неявные преобразования типов для ключей соединения. Однако запрос не может быть выполнен, если не существует типа, к которому можно привести значения ключей с обеих сторон (например, нет единого типа для `UInt64` и `Int64`, или для `String` и `Int`).
**Пример**