VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / String Functions / SUBSTRING
In This Topic
SUBSTRING
In This Topic
SUBSTRING(expression, start, length)

Expression
Is a character string, binary string, text, image, a column, or an expression that includes a column.

Start
Is an integer that specifies where the substring begins.

Length
Is an integer that specifies the length of the substring (the number of characters or bytes to return).

See Also