SQL Reference

DLCOMMENT

>>-DLCOMMENT--(--datalink-expression--)------------------------><
 

The schema is SYSIBM.

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

The argument must be an expression that results in a value with data type of DATALINK.

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.

Example:


[ Top of Page | Previous Page | Next Page ]