String Functions MSSQL

1> -- Using the DIFFERENCE() function to compare Redmond with Renton
2>
3> SELECT DIFFERENCE ('Redmond', 'Renton')
4> GO
-----------
          3
(1 rows affected)
1>