Start of change

STRLEFT scalar function

The STRLEFT function returns a string that consists of the specified number of leftmost bytes of the specified string units.

Character string:

Read syntax diagramSkip visual syntax diagramSTRLEFT( character-expression, length,CODEUNITS16CODEUNITS32OCTETS)

The STRLEFT function is identical to the LEFT function. For more information, see LEFT scalar function.

End of change