mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Added least/greatest description
This commit is contained in:
parent
d3538e742e
commit
003df1789f
@ -5926,6 +5926,14 @@ SELECT
|
||||
└─────┴───────────┴─────────┘
|
||||
%%
|
||||
|
||||
===least(a, b)===
|
||||
|
||||
Returns the least element of a and b.
|
||||
|
||||
===greatest(a, b)===
|
||||
|
||||
Returns the greatest element of a and b.
|
||||
|
||||
</div>
|
||||
<div class="island">
|
||||
<h1>Aggregate functions</h1>
|
||||
|
@ -6030,6 +6030,14 @@ SELECT
|
||||
└─────┴───────────┴─────────┘
|
||||
%%
|
||||
|
||||
===least(a, b)===
|
||||
|
||||
Возвращает наименьшее значение из a и b.
|
||||
|
||||
===greatest(a, b)===
|
||||
|
||||
Возвращает наибольшее значение из a и b.
|
||||
|
||||
</div>
|
||||
<div class="island">
|
||||
<h1>Агрегатные функции</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user