Added least/greatest description

This commit is contained in:
Igor Hatarist 2016-11-28 20:48:52 +03:00
parent d3538e742e
commit 003df1789f
2 changed files with 16 additions and 0 deletions

View File

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

View File

@ -6030,6 +6030,14 @@ SELECT
└─────┴───────────┴─────────┘
%%
===least(a, b)===
Возвращает наименьшее значение из a и b.
===greatest(a, b)===
Возвращает наибольшее значение из a и b.
</div>
<div class="island">
<h1>Агрегатные функции</h1>