mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge pull request #3771 from filimonov/patch-3
set up links to "operators In" section
This commit is contained in:
commit
02e8631e90
@ -2,7 +2,7 @@
|
||||
|
||||
## in, notIn, globalIn, globalNotIn
|
||||
|
||||
See the section "IN operators".
|
||||
See the section [IN operators](../select.md/#query_language-in_operators).
|
||||
|
||||
## tuple(x, y, ...), operator (x, y, ...)
|
||||
|
||||
|
@ -53,7 +53,7 @@ Groups of operators are listed in order of priority (the higher it is in the lis
|
||||
|
||||
## Operators for Working With Data Sets
|
||||
|
||||
*See the section "IN operators".*
|
||||
*See the section [IN operators](select.md/#query_language-in_operators).*
|
||||
|
||||
`a IN ...` – The `in(a, b) function`
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Функции для реализации оператора IN.
|
||||
|
||||
## in, notIn, globalIn, globalNotIn
|
||||
Смотрите раздел "Операторы IN".
|
||||
Смотрите раздел [Операторы IN](../select.md/#query_language-in_operators).
|
||||
|
||||
## tuple(x, y, ...), оператор (x, y, ...)
|
||||
Функция, позволяющая сгруппировать несколько столбцов.
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
## Операторы для работы с множествами
|
||||
|
||||
*Смотрите раздел "Операторы IN".*
|
||||
*Смотрите раздел [Операторы IN](select.md/#query_language-in_operators).*
|
||||
|
||||
`a IN ...` - функция `in(a, b)`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user