RIGHT « String Functions « SQL Server / T-SQL






1.RIGHT(): starts at the right-most character and counts to the left, returning the specified number of characters
2.RIGHT: return a number of characters from the right-hand side of a string
3.RIGHT(@RIGHT_STRING,10)
4.Get string to the right