Application Integration
- Application Integration
- All Products
fn:min(arg, collation)
Argument | Required/Optional | Description |
|---|---|---|
arg
| Required | The sequence of values. |
collation | Required | The collation to use for comparing strings. |
|
|
|---|---|
fn:min( (2.0, 1, 3.5, 4) ) | 1 |
fn:min( ('a', 'b', 'c') ) | a |