MONTHNAME - 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 MONTHNAME function returns the name of month from a number from 1 to 12.

Category

Date / Time

Syntax
MONTHNAME(number)
Parameter and Description
Parameter Description
number This parameter specifies a number from 1 to 12 that identifies particular month of the year. 1 = January 2 = February 3 = March 4 = April 5 = May 6 = June 7 = July 8 = August 9 = September 10 = October 11 = November 12 = December.

Example

Determine the name of the month from the number 03 and map the result to target field MONTH_NAME.

MONTH_NAME = MONTHNAME (03)

Returns the value of 'MARCH' and maps the result to the target field.