Merge pull request #3771 from filimonov/patch-3

set up links to "operators In" section
This commit is contained in:
alexey-milovidov 2018-12-07 07:06:39 +03:00 committed by GitHub
commit 02e8631e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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, ...)

View File

@ -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`

View File

@ -1,7 +1,7 @@
# Функции для реализации оператора IN.
## in, notIn, globalIn, globalNotIn
Смотрите раздел "Операторы IN".
Смотрите раздел [Операторы IN](../select.md/#query_language-in_operators).
## tuple(x, y, ...), оператор (x, y, ...)
Функция, позволяющая сгруппировать несколько столбцов.

View File

@ -53,7 +53,7 @@
## Операторы для работы с множествами
*Смотрите раздел "Операторы IN".*
*Смотрите раздел [Операторы IN](select.md/#query_language-in_operators).*
`a IN ...` - функция `in(a, b)`