By using Stuff we can get the required value from the string.
SELECT STUFF('Prabhakaran Jayaraman', 6, LEN('Prabhakaran Jayaraman'), '')

Thank You
Interview Question, MS SQL, MS SQL
By using Stuff we can get the required value from the string.
SELECT STUFF('Prabhakaran Jayaraman', 6, LEN('Prabhakaran Jayaraman'), '')
Thank You
Leave a Reply