Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.85 KB

File metadata and controls

39 lines (34 loc) · 1.85 KB
title Operators (Transact-SQL)
description An operator is a symbol specifying an action that is performed on one or more expressions.
author rwestMSFT
ms.author randolphwest
ms.date 07/23/2024
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
operators [Transact-SQL], about operators
operators [Transact-SQL]
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

Operators (Transact-SQL)

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

An operator is a symbol specifying an action that is performed on one or more expressions. The following table lists the operator categories that the [!INCLUDE ssdenoversion-md] uses.

Related content