Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
GREATEST(value1, [value2, ...,valueN,]CaseFlag)
Argument | Required/ Optional | Description |
---|---|---|
value | Required
| Any data type except Binary. Data type 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 numeric, all values use the highest precision possible. For example, if some values are Integer data type and others are Double data type, 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.
|
GREATEST( QUANTITY1, QUANTITY2, QUANTITY3 )
|
|
|
|
---|---|---|---|
|
|
|
|
| |||
|
|
|
|
|
|
|
|