Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.13 KB

File metadata and controls

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

Conversion functions (Transact-SQL)

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

The following functions support data type casting and conversion:

In this section

CAST and CONVERT
PARSE
TRY_CAST
TRY_CONVERT
TRY_PARSE

Related content