Fixed links

This commit is contained in:
Sergei Bocharov 2020-01-24 15:30:00 +03:00
parent a1d12b4964
commit 71d2e567f4
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ You can use `INSERT` queries to add data to the `Join`-engine tables. If the tab
You cannot perform a `SELECT` query directly from the table. Instead, use one of the following methods:
- Place the table to the right side in a `JOIN` clause.
- Call the [joinGet](../../query_language/functions/other_functions.md#other_functions-joinget) function, which lets you extract data from the table the same way as from a dictionary.
- Call the [joinGet](../../query_language/functions/other_functions.md#joinget) function, which lets you extract data from the table the same way as from a dictionary.
### Limitations and Settings

View File

@ -79,7 +79,7 @@ SELECT joinGet('id_val_join', 'val', toUInt32(1))
Из таблиц нельзя выбрать данные с помощью запроса `SELECT`. Вместо этого, используйте один из следующих методов:
- Используйте таблицу как правую в секции `JOIN`.
- Используйте функцию [joinGet](../../query_language/functions/other_functions.md#other_functions-joinget), которая позволяет извлекать данные из таблицы таким же образом как из словаря.
- Используйте функцию [joinGet](../../query_language/functions/other_functions.md#joinget), которая позволяет извлекать данные из таблицы таким же образом как из словаря.
### Ограничения и настройки