RIGHT(string,length)

Description: Returns the rightmost length characters of string.

Examples:

  • RIGHT('abcde',3) returns cde.

  • RIGHT('abcde',10) returns abcde.

See also: LEFT(), SUBSTRING()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.209.131