DAY - 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
Last updated
2024-12-13
Published on
2024-12-13T13:15:51.808000

The DATETIME function returns the current date and time.

Category

Date / Time

Syntax
DAY(date)
Parameter and Description
Parameter Description
date This parameter specifies a source date in YYYYMMDD format.

Example

Extract the day portion of a date of 11/27/2000 and map the result to target field TGT_DAY.

TGT_DAY = DAY(20001127)

Returns the value of 27.