What is the use of Right function in Sql Server?

 Posted by vishalneeraj-24503 on 3/17/2014 | Category: Sql Server Interview questions | Views: 2092 | Points: 40
Answer:

Right function is also an in-build Sql Server function which is used to take specified number of characters from a string starting from the end i.e.from right side of string.

In other words,we can say that this function returns the right part of a given string with the specified number of characters.

Syntax is same as Left Function .


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response