added alias for nulls

This commit is contained in:
George 2021-02-16 13:53:44 +03:00
parent 1dd53e6471
commit a632280011
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Checks whether the argument is [NULL](../../sql-reference/syntax.md#null-literal
isNull(x)
```
Alias: `ISNULL`.
**Parameters**
- `x` — A value with a non-compound data type.

View File

@ -13,6 +13,8 @@ toc_title: "\u0424\u0443\u043d\u043a\u0446\u0438\u0438\u0020\u0434\u043b\u044f\u
isNull(x)
```
Синоним: `ISNULL`.
**Параметры**
- `x` — значение с не составным типом данных.