Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.35 KB

File metadata and controls

33 lines (28 loc) · 1.35 KB
title Conversion Functions (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 07/24/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology t-sql
ms.topic language-reference
dev_langs
TSQL
ms.assetid 4147c593-96ba-402f-8bff-a7a32536b304
author MikeRayMSFT
ms.author mikeray
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Conversion Functions (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-all-md]

These functions support data type casting and conversion:

In This Section

CAST and CONVERT (Transact-SQL)
PARSE (Transact-SQL)
TRY_CAST (Transact-SQL)
TRY_CONVERT (Transact-SQL)
TRY_PARSE (Transact-SQL)

See also

Functions
Data Types (Transact-SQL)