<< Clique para Mostrar o Sumário >>
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.
SUBSTRING(@text, @start, @length)
•@text: String to slice
•@start: Initial position of the String to return
•@length: Maximum length of the String to return