Give few examples of Right function?

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

1).
Select Right('Vishal@Neeraj',7);

Output:- @Neeraj

2).
Select Right('dotnetfunda.com',4);

Output:- .com

3).
Select Right('PQR',2);

Output:- QR


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response