Common Content for Data Engineering
- Common Content for Data Engineering 10.5.6
- All Products
LEAST(value1, [value2, ...,valueN,]CaseFlag)
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Any datatype except Binary. Datatype must be compatible with other values. Value you want to compare against other values. You must enter at least one value argument.
If the value is Numeric, and other input values are of other numeric datatypes, all values use the highest precision possible. For example, if some values are of the Integer datatype and others are of the Double datatype, the
Data Integration Service converts the values to Double.
|
CaseFlag
| Optional
| Must be an integer. Specify a value when the input value argument is a string value. Determines whether the arguments in this function are case sensitive. You can enter any valid transformation expression.
When CaseFlag is a number other than 0, the function is case sensitive.
When CaseFlag is 0, the function is not case sensitive.
Default is case sensitive.
|
LEAST( QUANTITY1, QUANTITY2, QUANTITY3 )
|
|
|
|
---|---|---|---|
|
|
|
|
| |||
|
|
|
|
|
|
|
|