REVERSE() Function in SQL Server



The REVERSE() function reverses a string and returns the result

  1. SELECT REVERSE('I am Rajan Singh');  
    Output is -
    hgniS najaR ma I

0 Comment's

Comment Form

Submit Comment