mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Documentation added
This commit is contained in:
parent
e227611f01
commit
4d145cb72b
@ -102,6 +102,9 @@ Sleeps 'seconds' seconds on each row. You can specify an integer or a floating-p
|
||||
Returns the name of the current database.
|
||||
You can use this function in table engine parameters in a CREATE TABLE query where you need to specify the database.
|
||||
|
||||
## currentUser()
|
||||
Returns the login of authorized user.
|
||||
|
||||
## isFinite(x)
|
||||
|
||||
Accepts Float32 and Float64 and returns UInt8 equal to 1 if the argument is not infinite and not a NaN, otherwise 0.
|
||||
|
@ -97,6 +97,9 @@ SELECT visibleWidth(NULL)
|
||||
Возвращает имя текущей базы данных.
|
||||
Эта функция может использоваться в параметрах движка таблицы в запросе CREATE TABLE там, где нужно указать базу данных.
|
||||
|
||||
## currentUser()
|
||||
Возвращает логин пользователя, от имени которого исполняется запрос.
|
||||
|
||||
## isFinite(x)
|
||||
Принимает Float32 или Float64 и возвращает UInt8, равный 1, если аргумент не бесконечный и не NaN, иначе 0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user