Data Convert Functions MSSQL Tutorial

5>
6> SELECT CAST('123.4' AS Decimal)
7> GO
--------------------
                 123
(1 rows affected)