Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.59 KB

File metadata and controls

36 lines (31 loc) · 1.59 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
helpviewer_keywords
operators [Transact-SQL], about operators
operators [Transact-SQL]
dev_langs
TSQL

Operators (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Managed Instance]

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