REVERSE takes the string input, and reverses the order of the information. : REVERSE « String Functions « SQL Server / T-SQL Tutorial






10> SELECT REVERSE("www.java2s java2s")
11> GO

-----------------
s2avaj s2avaj.www

(1 rows affected)








12.15.REVERSE
12.15.1.REVERSE takes the string input, and reverses the order of the information.
12.15.2.Outputting an Expression in Reverse Order