Inhaltsverzeichnis

substring

The substring() function extracts part of a string.

Syntax:

substring('String', 'Start', 'Length')

Sample

substring(@SupplierGLN,1,2)

Here, a two-digit substring is extracted from the first character and returns the first two digits of the GLN.