<< Clique para Mostrar o Sumário >>
RIGHT |
Returns the right side of the String indicated in the @text parameter with the maximum number of characters indicated in the @length parameter. If the @length parameter is greater or equal to the length of the String indicated in the @text parameter, the returned value is equal to @text.
RIGHT(@text, @length)
•@text: Text to truncate
•@length: Maximum length of the value to return