Start of change

TO_CLOB scalar function

The TO_CLOB function returns a CLOB representation of a string.

Character to CLOB syntax

Read syntax diagramSkip visual syntax diagramTO_CLOB1( character-expression,integer,CODEUNITS16CODEUNITS32OCTETS)
Notes:
  • 1 FL 506TO_CLOB is a newly supported name for the CLOB function

Graphic to CLOB syntax

Read syntax diagramSkip visual syntax diagramTO_CLOB1( graphic-expression,integer,CODEUNITS16CODEUNITS32)
Notes:
  • 1 FL 506TO_CLOB is a newly supported name for the CLOB function

The TO_CLOB function is identical to the CLOB function. For more information, see CLOB or TO_CLOB scalar function.

End of change