PRINTF - 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 PRINTF function allow to generate a formatted string, analogous to the printf() function in C.

Category

String

Syntax
PRINTF(format [, arg])
Parameter and Description
Parameter Description
format A string used as template to generate the result. In that string %s/%S will be substituted by string argument following the format. %% is used to indicate the litteral % in the resulting string. %S automatiacally replace NULL argument with the string NULL, whereas %s fail if the argument provided is NULL.