DATETIME - 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 DATETIME function returns the current date and time.

Category

Date / Time

Syntax
DATETIME( )

Parameter and Description

This function has no parameters.

Example

Obtain the current date and time in YYYY-MM-DD-HH.MM.SS format and map the result to target field TGT_DATETIME. Assume that the current date is January 4th, 2000 and the current time is 10:30am.

TGT_DATETIME = DATETIME()

Returns the value 2000-01-04-10.30.32