1>2> -- REVERSE(): reverses the characters in a string3> SELECT REVERSE('aaabbb')4> GO------bbbaaa(1 rows affected)1>