Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.06 KB

conversion-functions-transact-sql.md

File metadata and controls

32 lines (26 loc) · 1.06 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
Conversion functions (Transact-SQL)
Conversion functions support data type casting and conversion in the SQL Server Database Engine.
markingmyname
maghan
randolphwest
07/08/2024
sql
t-sql
reference
TSQL
>=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric

Conversion functions (Transact-SQL)

[!INCLUDE sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw]

The following functions support data type casting and conversion:

In this section

CAST and CONVERT
PARSE
TRY_CAST
TRY_CONVERT
TRY_PARSE

Related content