DAYOFWEEK - 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 edition
2024-07-30
Last publish date
2024-07-30T20:19:56.898694

The DAYOFWEEK function returns the day number from the current date. DAYOFWEEK can be used in conjunction with the DAYNAME function to obtain the name of the current day.

Category

Date / Time

Syntax
DAYOFWEEK()

Parameter and Description

This function has no parameters.

Example

This example returns the value 5, assuming the current date is Friday, December 12th, 2000 and map the result to target field TGT_DAY_NUMBER.

TGT_DAY_NUMBER = DAYOFWEEK()