Start of change

STRRIGHT scalar function

The STRRIGHT function returns a string that consists of the specified number of rightmost bytes or specified string unit from a string.

Read syntax diagramSkip visual syntax diagramSTRRIGHT1( string-expression, integer,CODEUNITS16CODEUNITS32OCTETS)
Notes:
  • 1 FL 506 STRRIGHT is a newly supported name for the RIGHT function.

The STRRIGHT function is identical to the RIGHT function. For more information, see RIGHT or STRRIGHT scalar function.

End of change