SUBSTRING

<< Click to Display Table of Contents >>

 

SUBSTRING

Returns a part of the String indicated in the @text parameter, starting at the position indicated in the @start parameter and with a maximum length indicated in the @length parameter.

 

Syntax

SUBSTRING(@text, @start, @length)

 

Parameters

@text: String to slice

@start: Initial position of the String to return

@length: Maximum length of the String to return

Was this page useful?