DLCOMMENT

Click to skip syntax diagram
Read syntax diagramSkip visual syntax diagram>>-DLCOMMENT--(--DataLink-expression--)------------------------><
 

The DLCOMMENT function returns the comment value, if it exists, from a DataLink value.

DataLink-expression
The argument must be an expression that results in a value with a built-in DataLink data type.

The result of the function is VARCHAR(254). If the argument can be null, the result can be null; if the argument is null, the result is the null value.

The CCSID of the character string is the same as that of DataLink-expression.

Examples