FLDMIN - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

The FLDMIN examines a set of values and returns the smallest value in the set.

Category

Specialized

Syntax
FLDMIN(value1, value2 [, valuen])
Parameter and Description
Parameter Description
value (1-n) Two (2) or more values from a source datastore field/column, user specified numeric value or the numeric result of another Function.

Example

Determine the largest of the following values:
NUM1 = 10
NUM2 = 20
NUM3 = 30
NUM4 = 25

Map the largest value to target field TGT_LOWVAL.

TGT_LOWVAL = FLDMIN (NUM1, NUM2, NUM3, NUM4, 12, 21)

Returns the value of 10.