MONTH - 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
2025
First publish date
2000
ft:lastEdition
2025-03-03
ft:lastPublication
2025-03-03T15:29:41.860000

The MONTH function returns the number of a month from a specific date.

Category

Date / Time

Syntax
MONTH(date)
Parameter and Description
Parameter Description
date This parameter specifies a source date in YYYYMMDD format. The date can be a field from a source datastore, a variable, a constant or the result of another Function.

Example

Determine the number of the month from the date of October 30th, 2000 and map the result to target field MONTH_NUMBER.

MONTH_NUMBER = MONTH (20001031)

Returns the value of 10 and maps the result to the target field.