INCREMENT - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Apply engine
Copyright
2026
First publish date
2000
ft:lastEdition
2026-06-16
ft:lastPublication
2026-06-16T09:39:49.930000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC

The INCREMENT function adds one (1) to a number, usually a value being used as a counter.

Category

Mathematical

Syntax

INCREMENT(numeric_value)

Parameter and Description

Parameter Description
numeric value A numeric value from a source datastore field/column, user specified numeric value or the numeric result of another Function.

Example 1

Increment the source field COUNTER by 1 and map the result to target field RCD_COUNT. Assume that the value of Counter, prior to the INCREMENT operation, is equal to 10.

RCD_COUNT = INCREMENT (COUNTER)

Returns the value of 11.

Example 2

Increment the number 25 by 1 and store the result in target field RCD_COUNT.

RCD_COUNT = INCREMENT (25)

Returns the value of 26.