Skip to content

Commit

Permalink
run ./dev/update_function_docs.sh to update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 19, 2024
1 parent a9c193a commit a28d425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ trunc(numeric_expression[, decimal_places])
- [coalesce](#coalesce)
- [greatest](#greatest)
- [ifnull](#ifnull)
- [](#)
- [least](#least)
- [nullif](#nullif)
- [nvl](#nvl)
- [nvl2](#nvl2)
Expand Down Expand Up @@ -604,7 +604,7 @@ greatest(expression1[, ..., expression_n])

_Alias of [nvl](#nvl)._

### ``
### `least`

Returns the smallest value in a list of expressions. Returns _null_ if all expressions are _null_.

Expand Down

0 comments on commit a28d425

Please sign in to comment.