Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
MIN(date[,filter_condition] )
Argument | Required/ Optional | Description |
---|---|---|
date | Required
| Date/Time datatype. Passes the values for which you want to return minimum value. You can enter any valid transformation expression.
|
filter_condition | Optional
| Limits the rows in the search. The filter condition must be a numeric value or evaluate to TRUE, FALSE, or NULL. You can enter any valid transformation expression.
|
MIN( ORDER_DATE, ITEM_NAME='Flashlight' )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|